aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPhilip Kaufmann <[email protected]>2012-06-11 22:40:06 +0200
committerPhilip Kaufmann <[email protected]>2012-06-11 22:40:06 +0200
commit59e0f445cea4e8fe60ce6810a001fb7e159e1ed0 (patch)
treef8044a857663ab2314cb68d42ec0a8f902b8a9a4 /src
parentMerge pull request #1435 from TheBlueMatt/mingwbuild (diff)
downloaddiscoin-59e0f445cea4e8fe60ce6810a001fb7e159e1ed0.tar.xz
discoin-59e0f445cea4e8fe60ce6810a001fb7e159e1ed0.zip
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 9d45e2e91..98cb63e9f 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>