Skip to content

Commit

Permalink
removed ability to translate "0 BTC" and "123.456 BTC" as this is onl…
Browse files Browse the repository at this point in the history
…y used as preview in the Qt Designer anyway

(partial of 4295311)
  • Loading branch information
Philip Kaufmann authored and luke-jr committed Jun 14, 2012
1 parent 1903033 commit 5482b5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/qt/forms/overviewpage.ui
Expand Up @@ -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>
Expand Down Expand Up @@ -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>
Expand Down

0 comments on commit 5482b5d

Please sign in to comment.