diff options
| author | Wladimir J. van der Laan <[email protected]> | 2013-10-18 19:42:40 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2013-10-25 13:25:25 +0200 |
| commit | 70b14636cd60529c87b2cc61516f5d1bf49299a5 (patch) | |
| tree | d2bec1b1e3fa9991320b4e062ffe82a40193e68f /src/qt/forms/editaddressdialog.ui | |
| parent | qt: show payment information in one text area (diff) | |
| download | discoin-70b14636cd60529c87b2cc61516f5d1bf49299a5.tar.xz discoin-70b14636cd60529c87b2cc61516f5d1bf49299a5.zip | |
qt: general polish after adding new receive flow
- We no longer have an address book, but "address lists", update message
accordingly
- Add tooltips here and there
- Clarify text on buttons
- add Copy Address button to receive request dialog
Diffstat (limited to 'src/qt/forms/editaddressdialog.ui')
| -rw-r--r-- | src/qt/forms/editaddressdialog.ui | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/qt/forms/editaddressdialog.ui b/src/qt/forms/editaddressdialog.ui index b4a4c1b1e..8ff380522 100644 --- a/src/qt/forms/editaddressdialog.ui +++ b/src/qt/forms/editaddressdialog.ui @@ -32,7 +32,7 @@ <item row="0" column="1"> <widget class="QLineEdit" name="labelEdit"> <property name="toolTip"> - <string>The label associated with this address book entry</string> + <string>The label associated with this address list entry</string> </property> </widget> </item> @@ -49,7 +49,7 @@ <item row="1" column="1"> <widget class="QLineEdit" name="addressEdit"> <property name="toolTip"> - <string>The address associated with this address book entry. This can only be modified for sending addresses.</string> + <string>The address associated with this address list entry. This can only be modified for sending addresses.</string> </property> </widget> </item> |