aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPhilip Kaufmann <phil.kaufmann@t-online.de>2012-06-11 22:40:06 +0200
committerLuke Dashjr <luke-jr+git@utopios.org>2012-06-14 17:19:48 +0000
commita973e225e7d837b098b32f728008ef17b8e1a8e1 (patch)
tree2fde8405e8d0dbb3d9852e9a8a3dcbf571d8730c /src
parent5482b5d23b312c07fc686cf4563a6c6dc222064c (diff)
downloadbitcoin-a973e225e7d837b098b32f728008ef17b8e1a8e1.tar.xz
change initial Balance on overviewpage from "123.456 BTC" to "0 BTC" to not confuse users, which could see it before we init with the real wallet balance
Diffstat (limited to 'src')
-rw-r--r--src/qt/forms/overviewpage.ui2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qt/forms/overviewpage.ui b/src/qt/forms/overviewpage.ui
index 5c8db6d06d..10e470e918 100644
--- a/src/qt/forms/overviewpage.ui
+++ b/src/qt/forms/overviewpage.ui
@@ -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>