mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-13 15:39:05 +01:00
Merge #17360: gui: Improve "Hide" button tool-tip message
1c26c16065Improve "Hide" button tool-tip message (Danny-Scott) Pull request description: Cleaned up the tool tip text, it looks as though it just got included back in 2014 when the whole section was added. Changed hide button tool tip within transaction fee settings area from "collapse fee-settings" to "Hide transaction fee settings" to be more user friendly and fit with other tool tips.  ACKs for top commit: laanwj: ACK1c26c16065Tree-SHA512: e2c83271c273f785ac625da9f88e095076043e21a9c59792049c271747837d19483e0cae5466c26ef3231947b6245680c4c136a530ba6f1885f9ddc18f2560d6
This commit is contained in:
@@ -797,7 +797,7 @@
|
||||
<item>
|
||||
<widget class="QPushButton" name="buttonMinimizeFee">
|
||||
<property name="toolTip">
|
||||
<string>collapse fee-settings</string>
|
||||
<string>Hide transaction fee settings</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Hide</string>
|
||||
|
||||
Reference in New Issue
Block a user