Skip to content

Commit ceda6e8

Browse files
committed
Merge #17180: gui: Improved tooltip for send amount field
088a730 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 👍 ![IMG_20191017_192739](https://user-images.githubusercontent.com/46864828/67036925-75d45380-f114-11e9-88bf-bab58161f80a.jpg) ACKs for top commit: laanwj: ACK 088a730 Tree-SHA512: 2b1103ac934d8f68d22333af3c0f5d4228b665b1e507378d4ae5b83cc2b6d6aeb46a3d68298cca93feb839db5caa560322c8df5261dc2f7db5abeed9f0dd9c69
2 parents 4258fd7 + 088a730 commit ceda6e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/qt/forms/sendcoinsentry.ui

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
</property>
1919
<widget class="QFrame" name="SendCoins">
2020
<property name="toolTip">
21-
<string>This is a normal payment.</string>
21+
<string>The amount to send in the selected unit</string>
2222
</property>
2323
<property name="frameShape">
2424
<enum>QFrame::NoFrame</enum>

0 commit comments

Comments
 (0)