diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2017-01-04 08:20:53 +0100 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2017-01-04 08:21:04 +0100 |
commit | 649cf5fe894b3f2db93d99392239c1405921c02e (patch) | |
tree | e46d7bf836524d8f43bad21370db2a980d5a2591 /src/qt | |
parent | 2a524b8e8fe69ef487fd8ea1b4f7a03f473ed201 (diff) | |
parent | fab6c5f46b64aa9d651acee69b1c4c10b1a93256 (diff) |
Merge #9462: [qt] Do not translate tilde character
fab6c5f [qt] Do not translate `~` (MarcoFalke)
Diffstat (limited to 'src/qt')
-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 a37672ad53..65a7a6c77e 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 83dbeffd4d..984b33ffd2 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> |