diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2014-07-31 17:19:05 +0200 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2014-07-31 17:19:05 +0200 |
commit | c0e9548b6305d315735ecd6dacc3c88acd6a6c7a (patch) | |
tree | fd1d7ba42cf6fe4029e730c8249c670e94c3cf40 /src/qt/forms | |
parent | bd26fee10bb2697340caf5e3f48922df0323f88e (diff) |
qt: more watchonly -> watch-only
Diffstat (limited to 'src/qt/forms')
-rw-r--r-- | src/qt/forms/overviewpage.ui | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/qt/forms/overviewpage.ui b/src/qt/forms/overviewpage.ui index c195afee96..dcdf73af99 100644 --- a/src/qt/forms/overviewpage.ui +++ b/src/qt/forms/overviewpage.ui @@ -289,7 +289,7 @@ <cursorShape>IBeamCursor</cursorShape> </property> <property name="toolTip"> - <string>Your current balance in watchonly addresses</string> + <string>Your current balance in watch-only addresses</string> </property> <property name="text"> <string>0 BTC</string> @@ -314,7 +314,7 @@ <cursorShape>IBeamCursor</cursorShape> </property> <property name="toolTip"> - <string>Unconfirmed transactions to watchonly addresses</string> + <string>Unconfirmed transactions to watch-only addresses</string> </property> <property name="text"> <string>0 BTC</string> @@ -339,7 +339,7 @@ <cursorShape>IBeamCursor</cursorShape> </property> <property name="toolTip"> - <string>Mined balance in watchonly addresses that has not yet matured</string> + <string>Mined balance in watch-only addresses that has not yet matured</string> </property> <property name="text"> <string>0 BTC</string> @@ -383,7 +383,7 @@ <cursorShape>IBeamCursor</cursorShape> </property> <property name="toolTip"> - <string>Current total balance in watchonly addresses</string> + <string>Current total balance in watch-only addresses</string> </property> <property name="text"> <string>0 BTC</string> |