Skip to content

Commit 3ad1b88

Browse files
committed
Merge #297: Avoid unnecessary translations
19d51a2 qt: Avoid unnecessary translations (Hennadii Stepanov) Pull request description: Working on translation, I found these translations introduced in #79, that are unnecessary (assuming the universal nature of the "BTC" string). ACKs for top commit: jarolrod: ACK 19d51a2 Tree-SHA512: b45551a54a323c5ba3779f4c1d7c8e7ec4d19a2e95fe70153f48234393bf1449a08e6bd24519ec035ebd4a98080a56af45e7a21546b47152e493b8e1b8f4345e
2 parents 8600934 + 19d51a2 commit 3ad1b88

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/qt/forms/optionsdialog.ui

+4-4
Original file line numberDiff line numberDiff line change
@@ -738,14 +738,14 @@
738738
<item>
739739
<widget class="QLabel" name="embeddedFont_label_1">
740740
<property name="text">
741-
<string>111.11111111 BTC</string>
741+
<string notr="true">111.11111111 BTC</string>
742742
</property>
743743
</widget>
744744
</item>
745745
<item>
746746
<widget class="QLabel" name="embeddedFont_label_9">
747747
<property name="text">
748-
<string>909.09090909 BTC</string>
748+
<string notr="true">909.09090909 BTC</string>
749749
</property>
750750
</widget>
751751
</item>
@@ -787,14 +787,14 @@
787787
<item>
788788
<widget class="QLabel" name="systemFont_label_1">
789789
<property name="text">
790-
<string>111.11111111 BTC</string>
790+
<string notr="true">111.11111111 BTC</string>
791791
</property>
792792
</widget>
793793
</item>
794794
<item>
795795
<widget class="QLabel" name="systemFont_label_9">
796796
<property name="text">
797-
<string>909.09090909 BTC</string>
797+
<string notr="true">909.09090909 BTC</string>
798798
</property>
799799
</widget>
800800
</item>

0 commit comments

Comments
 (0)