removed ability to translate "0 BTC" and "123.456 BTC" as this is only used as preview in the Qt Designer anyway

(partial of 4295311da3)
This commit is contained in:
Philip Kaufmann
2012-05-06 16:57:12 +02:00
committed by Luke Dashjr
parent 1903033bad
commit 5482b5d23b

View File

@@ -44,7 +44,7 @@
<item row="2" column="1">
<widget class="QLabel" name="labelBalance">
<property name="text">
<string>123.456 BTC</string>
<string notr="true">123.456 BTC</string>
</property>
</widget>
</item>
@@ -72,7 +72,7 @@
<item row="3" column="1">
<widget class="QLabel" name="labelUnconfirmed">
<property name="text">
<string>0 BTC</string>
<string notr="true">0 BTC</string>
</property>
</widget>
</item>