aboutsummaryrefslogtreecommitdiff
path: root/src/qt/forms/editaddressdialog.ui
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2013-10-18 19:42:40 +0200
committerWladimir J. van der Laan <laanwj@gmail.com>2013-10-25 13:25:25 +0200
commit70b14636cd60529c87b2cc61516f5d1bf49299a5 (patch)
treed2bec1b1e3fa9991320b4e062ffe82a40193e68f /src/qt/forms/editaddressdialog.ui
parent33a2febf5de0c7bd73c0ea409584487bd9995643 (diff)
downloadbitcoin-70b14636cd60529c87b2cc61516f5d1bf49299a5.tar.xz
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.ui4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/qt/forms/editaddressdialog.ui b/src/qt/forms/editaddressdialog.ui
index b4a4c1b1e9..8ff3805226 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>