Skip to content

Commit

Permalink
[qt] Do not translate ~
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoFalke committed Jan 3, 2017
1 parent e0dc3d7 commit fab6c5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/qt/forms/modaloverlay.ui
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
7 changes: 1 addition & 6 deletions src/qt/locale/bitcoin_en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit fab6c5f

Please sign in to comment.