aboutsummaryrefslogtreecommitdiff
path: root/src/qt/qrimagewidget.cpp
diff options
context:
space:
mode:
authorJarol Rodriguez <jarolrod@tutanota.com>2021-09-12 18:25:06 -0400
committerJarol Rodriguez <jarolrod@tutanota.com>2021-09-12 18:25:06 -0400
commit5cc783f5f32ffd550d1b298fc2e9cf6c0439f9fe (patch)
tree6f5db523213c56293bfb390f39b8ee4b153bcee2 /src/qt/qrimagewidget.cpp
parent5895a502cbe42099e8b250575a593a0570aaa80e (diff)
downloadbitcoin-5cc783f5f32ffd550d1b298fc2e9cf6c0439f9fe.tar.xz
qt: ensure translator comments end in full stop
This ensures that all gui translator comments end in a full stop. If a comment does not end in a full stop, a translator may think that the rest of the comment is being cut off. While here, add a colon to the word "see" for any comments touched which point to look at a link.
Diffstat (limited to 'src/qt/qrimagewidget.cpp')
-rw-r--r--src/qt/qrimagewidget.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qt/qrimagewidget.cpp b/src/qt/qrimagewidget.cpp
index 7cdd568644..0799e01aac 100644
--- a/src/qt/qrimagewidget.cpp
+++ b/src/qt/qrimagewidget.cpp
@@ -119,7 +119,7 @@ void QRImageWidget::saveImage()
QString fn = GUIUtil::getSaveFileName(
this, tr("Save QR Code"), QString(),
/*: Expanded name of the PNG file format.
- See https://en.wikipedia.org/wiki/Portable_Network_Graphics */
+ See: https://en.wikipedia.org/wiki/Portable_Network_Graphics. */
tr("PNG Image") + QLatin1String(" (*.png)"), nullptr);
if (!fn.isEmpty())
{