diff options
| author | MarcoFalke <[email protected]> | 2017-01-03 16:54:31 +0100 |
|---|---|---|
| committer | MarcoFalke <[email protected]> | 2017-01-03 17:51:12 +0100 |
| commit | fab6c5f46b64aa9d651acee69b1c4c10b1a93256 (patch) | |
| tree | f4b85a8612a8e14f73371dd96c5fdfc23de16956 /src/qt/forms | |
| parent | Merge #9460: Fix a few typos in translated strings (diff) | |
| download | discoin-fab6c5f46b64aa9d651acee69b1c4c10b1a93256.tar.xz discoin-fab6c5f46b64aa9d651acee69b1c4c10b1a93256.zip | |
[qt] Do not translate `~`
Diffstat (limited to 'src/qt/forms')
| -rw-r--r-- | src/qt/forms/modaloverlay.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qt/forms/modaloverlay.ui b/src/qt/forms/modaloverlay.ui index a37672ad5..65a7a6c77 100644 --- a/src/qt/forms/modaloverlay.ui +++ b/src/qt/forms/modaloverlay.ui @@ -267,7 +267,7 @@ QLabel { color: rgb(40,40,40); }</string> <item> <widget class="QLabel" name="percentageProgress"> <property name="text"> - <string>~</string> + <string notr="true">~</string> </property> </widget> </item> |