mirror of
https://github.com/kvazar-network/kevacoin.git
synced 2025-01-23 21:34:45 +00:00
Merge #9462: [qt] Do not translate tilde character
fab6c5f [qt] Do not translate `~` (MarcoFalke)
This commit is contained in:
commit
649cf5fe89
@ -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>
|
||||
|
@ -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…
x
Reference in New Issue
Block a user