diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2013-10-18 19:42:40 +0200 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2013-10-25 13:25:25 +0200 |
commit | 70b14636cd60529c87b2cc61516f5d1bf49299a5 (patch) | |
tree | d2bec1b1e3fa9991320b4e062ffe82a40193e68f /src/qt/forms/sendcoinsentry.ui | |
parent | 33a2febf5de0c7bd73c0ea409584487bd9995643 (diff) |
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/sendcoinsentry.ui')
-rw-r--r-- | src/qt/forms/sendcoinsentry.ui | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/qt/forms/sendcoinsentry.ui b/src/qt/forms/sendcoinsentry.ui index 5c6afd6c71..db742d633d 100644 --- a/src/qt/forms/sendcoinsentry.ui +++ b/src/qt/forms/sendcoinsentry.ui @@ -87,7 +87,7 @@ <item> <widget class="QToolButton" name="addressBookButton"> <property name="toolTip"> - <string>Choose address from address book</string> + <string>Choose previously used address</string> </property> <property name="text"> <string/> @@ -137,7 +137,7 @@ <item row="4" column="1"> <widget class="QValidatedLineEdit" name="addAsLabel"> <property name="toolTip"> - <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> @@ -674,7 +674,6 @@ <class>BitcoinAmountField</class> <extends>QLineEdit</extends> <header>bitcoinamountfield.h</header> - <container>1</container> </customwidget> <customwidget> <class>QValidatedLineEdit</class> |