Browse Source

[qt] Do not translate `~`

0.14
MarcoFalke 8 years ago
parent
commit
fab6c5f46b
  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> @@ -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>

7
src/qt/locale/bitcoin_en.ts

@ -1139,12 +1139,7 @@ @@ -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>

Loading…
Cancel
Save