diff options
author | Philip Kaufmann <phil.kaufmann@t-online.de> | 2014-08-28 23:20:46 +0200 |
---|---|---|
committer | Philip Kaufmann <phil.kaufmann@t-online.de> | 2014-08-28 23:20:46 +0200 |
commit | fbe0fcae7641889b778ecb6bd7067eff5b1b2c4e (patch) | |
tree | b72cfcec8a07a6ff1b98c26e04b5ac1e7c52d9c4 /src/qt/walletmodel.h | |
parent | 3ed668dbe220168198e651f0cef38d29bd9bbbb0 (diff) |
[Qt] minor watch-only changes
- use watch-only, not watchonly
- add back a tooltip hint when hovering addresses and attach
"(watch-only)" at the end
Diffstat (limited to 'src/qt/walletmodel.h')
-rw-r--r-- | src/qt/walletmodel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qt/walletmodel.h b/src/qt/walletmodel.h index b3a401e4cc..9102faf04e 100644 --- a/src/qt/walletmodel.h +++ b/src/qt/walletmodel.h @@ -256,7 +256,7 @@ public slots: void updateTransaction(const QString &hash, int status); /* New, updated or removed address book entry */ void updateAddressBook(const QString &address, const QString &label, bool isMine, const QString &purpose, int status); - /* Watchonly added */ + /* Watch-only added */ void updateWatchOnlyFlag(bool fHaveWatchonly); /* Current, immature or unconfirmed balance might have changed - emit 'balanceChanged' if so */ void pollBalanceChanged(); |