changeset 2744:b50305818e25 draft

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
author Philip Kaufmann <phil.kaufmann@t-online.de>
date Mon, 11 Jun 2012 22:40:06 +0200
parents 5841beafdefd
children fcf15efe2d27
files src/qt/forms/overviewpage.ui
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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>