Skip to content

Commit 649cf5f

Browse files
committed
Merge #9462: [qt] Do not translate tilde character
fab6c5f [qt] Do not translate `~` (MarcoFalke)
2 parents 2a524b8 + fab6c5f commit 649cf5f

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

src/qt/forms/modaloverlay.ui

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ QLabel { color: rgb(40,40,40); }</string>
267267
<item>
268268
<widget class="QLabel" name="percentageProgress">
269269
<property name="text">
270-
<string>~</string>
270+
<string notr="true">~</string>
271271
</property>
272272
</widget>
273273
</item>

src/qt/locale/bitcoin_en.ts

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1139,12 +1139,7 @@
11391139
<translation type="unfinished"></translation>
11401140
</message>
11411141
<message>
1142-
<location line="+9"/>
1143-
<source>~</source>
1144-
<translation type="unfinished"></translation>
1145-
</message>
1146-
<message>
1147-
<location line="+25"/>
1142+
<location line="+34"/>
11481143
<source>Progress increase per hour</source>
11491144
<translation type="unfinished"></translation>
11501145
</message>

0 commit comments

Comments
 (0)