Skip to content

Commit 19d51a2

Browse files
committed
qt: Avoid unnecessary translations
1 parent c4571a0 commit 19d51a2

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)