diff options
| author | Philip Kaufmann <[email protected]> | 2012-06-11 22:40:06 +0200 |
|---|---|---|
| committer | Philip Kaufmann <[email protected]> | 2012-06-11 22:40:06 +0200 |
| commit | 59e0f445cea4e8fe60ce6810a001fb7e159e1ed0 (patch) | |
| tree | f8044a857663ab2314cb68d42ec0a8f902b8a9a4 | |
| parent | Merge pull request #1435 from TheBlueMatt/mingwbuild (diff) | |
| download | discoin-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
| -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 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> |