diff options
| author | Wladimir J. van der Laan <[email protected]> | 2019-12-09 12:28:55 +0100 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2019-12-09 12:28:55 +0100 |
| commit | a652dc5521e2caf5734ffb797c7f2fc80685fef1 (patch) | |
| tree | 868e710663adb450c2c2fe7af3bc3dc7354282f5 /src | |
| parent | gui: Move static placeholder texts to forms (diff) | |
| download | discoin-a652dc5521e2caf5734ffb797c7f2fc80685fef1.tar.xz discoin-a652dc5521e2caf5734ffb797c7f2fc80685fef1.zip | |
qt: Normalize placeholder to avoid using "address book" in sendcoinsentry
Diffstat (limited to 'src')
| -rw-r--r-- | src/qt/forms/sendcoinsentry.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qt/forms/sendcoinsentry.ui b/src/qt/forms/sendcoinsentry.ui index 455faf8af..934363af1 100644 --- a/src/qt/forms/sendcoinsentry.ui +++ b/src/qt/forms/sendcoinsentry.ui @@ -145,7 +145,7 @@ <string>Enter a label for this address to add it to the list of used addresses</string> </property> <property name="placeholderText"> - <string>Enter a label for this address to add it to your address book</string> + <string>Enter a label for this address to add it to the list of used addresses</string> </property> </widget> </item> |