0
0
Fork 0
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:
Hennadii Stepanov 2021-04-25 21:58:15 +03:00
parent c4571a0c39
commit 19d51a2907
No known key found for this signature in database
GPG key ID: 410108112E7EA81F

View file

@ -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>