mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-03-06 14:19:59 -05:00
qt: Avoid unnecessary translations
This commit is contained in:
parent
c4571a0c39
commit
19d51a2907
1 changed files with 4 additions and 4 deletions
|
@ -738,14 +738,14 @@
|
|||
<item>
|
||||
<widget class="QLabel" name="embeddedFont_label_1">
|
||||
<property name="text">
|
||||
<string>111.11111111 BTC</string>
|
||||
<string notr="true">111.11111111 BTC</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QLabel" name="embeddedFont_label_9">
|
||||
<property name="text">
|
||||
<string>909.09090909 BTC</string>
|
||||
<string notr="true">909.09090909 BTC</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
@ -787,14 +787,14 @@
|
|||
<item>
|
||||
<widget class="QLabel" name="systemFont_label_1">
|
||||
<property name="text">
|
||||
<string>111.11111111 BTC</string>
|
||||
<string notr="true">111.11111111 BTC</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QLabel" name="systemFont_label_9">
|
||||
<property name="text">
|
||||
<string>909.09090909 BTC</string>
|
||||
<string notr="true">909.09090909 BTC</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
|
Loading…
Add table
Reference in a new issue