diff options
| author | Wladimir J. van der Laan <[email protected]> | 2017-01-04 08:20:53 +0100 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2017-01-04 08:21:04 +0100 |
| commit | 649cf5fe894b3f2db93d99392239c1405921c02e (patch) | |
| tree | e46d7bf836524d8f43bad21370db2a980d5a2591 /src | |
| parent | Merge #8776: Wallet refactoring leading up to multiwallet (diff) | |
| parent | [qt] Do not translate `~` (diff) | |
| download | discoin-649cf5fe894b3f2db93d99392239c1405921c02e.tar.xz discoin-649cf5fe894b3f2db93d99392239c1405921c02e.zip | |
Merge #9462: [qt] Do not translate tilde character
fab6c5f [qt] Do not translate `~` (MarcoFalke)
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> |