diff options
author | Philip Kaufmann <phil.kaufmann@t-online.de> | 2012-06-11 22:40:06 +0200 |
---|---|---|
committer | Philip Kaufmann <phil.kaufmann@t-online.de> | 2012-06-11 22:40:06 +0200 |
commit | 59e0f445cea4e8fe60ce6810a001fb7e159e1ed0 (patch) | |
tree | f8044a857663ab2314cb68d42ec0a8f902b8a9a4 | |
parent | 883a310904b3d36c9d74b887d47c14a072ebae7d (diff) |
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
-rw-r--r-- | src/qt/forms/overviewpage.ui | 2 |
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> |