removed ability to translate "0 BTC" and "123.456 BTC" as this is only used as previe...
authorPhilip Kaufmann <phil.kaufmann@t-online.de>
Sun, 6 May 2012 14:57:12 +0000 (16:57 +0200)
committerLuke Dashjr <luke-jr+git@utopios.org>
Thu, 14 Jun 2012 17:18:44 +0000 (17:18 +0000)
(partial of 4295311da34ed8132351855f057decedfe434b44)

src/qt/forms/overviewpage.ui

index 3cf7dd0..5c8db6d 100644 (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>