change initial Balance on overviewpage from "123.456 BTC" to "0 BTC" to not confuse...
authorPhilip Kaufmann <phil.kaufmann@t-online.de>
Mon, 11 Jun 2012 20:40:06 +0000 (22:40 +0200)
committerLuke Dashjr <luke-jr+git@utopios.org>
Thu, 14 Jun 2012 17:19:48 +0000 (17:19 +0000)
src/qt/forms/overviewpage.ui

index 5c8db6d..10e470e 100644 (file)
@@ -44,7 +44,7 @@
         <item row="2" column="1">
          <widget class="QLabel" name="labelBalance">
           <property name="text">
-           <string notr="true">123.456 BTC</string>
+           <string notr="true">0 BTC</string>
           </property>
          </widget>
         </item>