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 | |
| 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')
| -rw-r--r-- | src/qt/forms/modaloverlay.ui | 2 | ||||
| -rw-r--r-- | src/qt/locale/bitcoin_en.ts | 7 |
2 files changed, 2 insertions, 7 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> diff --git a/src/qt/locale/bitcoin_en.ts b/src/qt/locale/bitcoin_en.ts index 83dbeffd4..984b33ffd 100644 --- a/src/qt/locale/bitcoin_en.ts +++ b/src/qt/locale/bitcoin_en.ts @@ -1139,12 +1139,7 @@ <translation type="unfinished"></translation> </message> <message> - <location line="+9"/> - <source>~</source> - <translation type="unfinished"></translation> - </message> - <message> - <location line="+25"/> + <location line="+34"/> <source>Progress increase per hour</source> <translation type="unfinished"></translation> </message> |