aboutsummaryrefslogtreecommitdiff
path: root/src/qt/forms
diff options
context:
space:
mode:
authorPhilip Kaufmann <phil.kaufmann@t-online.de>2012-06-11 22:40:06 +0200
committerPhilip Kaufmann <phil.kaufmann@t-online.de>2012-06-11 22:40:06 +0200
commit59e0f445cea4e8fe60ce6810a001fb7e159e1ed0 (patch)
treef8044a857663ab2314cb68d42ec0a8f902b8a9a4 /src/qt/forms
parent883a310904b3d36c9d74b887d47c14a072ebae7d (diff)
downloadbitcoin-59e0f445cea4e8fe60ce6810a001fb7e159e1ed0.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/qt/forms')
-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 9d45e2e91a..98cb63e9ff 100644
--- a/src/qt/forms/overviewpage.ui
+++ b/src/qt/forms/overviewpage.ui
@@ -105,7 +105,7 @@
<string>Your current balance</string>
</property>
<property name="text">
- <string notr="true">123.456 BTC</string>
+ <string notr="true">0 BTC</string>
</property>
<property name="textInteractionFlags">
<set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>