diff options
| author | Wladimir J. van der Laan <[email protected]> | 2019-10-23 12:00:33 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2019-10-23 12:01:00 +0200 |
| commit | ceda6e8b747183229696e078c98d6d7a9e8ced10 (patch) | |
| tree | 0d3ab50d2157ba87b0d9ec08596140cb8eda07ef /src | |
| parent | Merge #17091: tests: Add test for loadblock option and linearize scripts (diff) | |
| parent | static tooltip (diff) | |
| download | discoin-ceda6e8b747183229696e078c98d6d7a9e8ced10.tar.xz discoin-ceda6e8b747183229696e078c98d6d7a9e8ced10.zip | |
Merge #17180: gui: Improved tooltip for send amount field
088a730fe6f893d43b55ec52e6b5080fd445dd9e static tooltip (JeremyCrookshank)
Pull request description:
I noticed that on Bitcoin sends the tooltip wasn't very clear for new users and I hope my PR is more concise. If it needs changing more will happily change too :+1:

ACKs for top commit:
laanwj:
ACK 088a730fe6f893d43b55ec52e6b5080fd445dd9e
Tree-SHA512: 2b1103ac934d8f68d22333af3c0f5d4228b665b1e507378d4ae5b83cc2b6d6aeb46a3d68298cca93feb839db5caa560322c8df5261dc2f7db5abeed9f0dd9c69
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 3c699abc6..334055f01 100644 --- a/src/qt/forms/sendcoinsentry.ui +++ b/src/qt/forms/sendcoinsentry.ui @@ -18,7 +18,7 @@ </property> <widget class="QFrame" name="SendCoins"> <property name="toolTip"> - <string>This is a normal payment.</string> + <string>The amount to send in the selected unit</string> </property> <property name="frameShape"> <enum>QFrame::NoFrame</enum> |