Browse Source

Merge #9462: [qt] Do not translate tilde character

fab6c5f [qt] Do not translate `~` (MarcoFalke)
0.14
Wladimir J. van der Laan 8 years ago
parent
commit
649cf5fe89
No known key found for this signature in database
GPG Key ID: 74810B012346C9A6
  1. 2
      src/qt/forms/modaloverlay.ui
  2. 7
      src/qt/locale/bitcoin_en.ts

2
src/qt/forms/modaloverlay.ui

@ -267,7 +267,7 @@ QLabel { color: rgb(40,40,40); }</string>
<item> <item>
<widget class="QLabel" name="percentageProgress"> <widget class="QLabel" name="percentageProgress">
<property name="text"> <property name="text">
<string>~</string> <string notr="true">~</string>
</property> </property>
</widget> </widget>
</item> </item>

7
src/qt/locale/bitcoin_en.ts

@ -1139,12 +1139,7 @@
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>
<location line="+9"/> <location line="+34"/>
<source>~</source>
<translation type="unfinished"></translation>
</message>
<message>
<location line="+25"/>
<source>Progress increase per hour</source> <source>Progress increase per hour</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>

Loading…
Cancel
Save