mirror of
https://github.com/dashpay/dash.git
synced 2024-12-27 21:12:48 +01:00
Merge pull request #2032 from burger2/fix_shortcut
Fix duplicate shortcut usage in sign/verify message dialog.
This commit is contained in:
commit
15ffcc3642
@ -148,7 +148,7 @@
|
|||||||
<string>Sign the message to prove you own this Bitcoin address</string>
|
<string>Sign the message to prove you own this Bitcoin address</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>&Sign Message</string>
|
<string>Sign &Message</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="icon">
|
<property name="icon">
|
||||||
<iconset resource="../bitcoin.qrc">
|
<iconset resource="../bitcoin.qrc">
|
||||||
@ -294,7 +294,7 @@
|
|||||||
<string>Verify the message to ensure it was signed with the specified Bitcoin address</string>
|
<string>Verify the message to ensure it was signed with the specified Bitcoin address</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>&Verify Message</string>
|
<string>Verify &Message</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="icon">
|
<property name="icon">
|
||||||
<iconset resource="../bitcoin.qrc">
|
<iconset resource="../bitcoin.qrc">
|
||||||
|
Loading…
Reference in New Issue
Block a user