Skip to content

Commit

Permalink
Fix duplicate shortcut usage in sign/verify message dialog.
Browse files Browse the repository at this point in the history
  • Loading branch information
burger2 committed Nov 22, 2012
1 parent 5630792 commit 1dfe584
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/qt/forms/signverifymessagedialog.ui
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@
<string>Sign the message to prove you own this Bitcoin address</string>
</property>
<property name="text">
<string>&amp;Sign Message</string>
<string>Sign &amp;Message</string>
</property>
<property name="icon">
<iconset resource="../bitcoin.qrc">
Expand Down Expand Up @@ -294,7 +294,7 @@
<string>Verify the message to ensure it was signed with the specified Bitcoin address</string>
</property>
<property name="text">
<string>&amp;Verify Message</string>
<string>Verify &amp;Message</string>
</property>
<property name="icon">
<iconset resource="../bitcoin.qrc">
Expand Down

0 comments on commit 1dfe584

Please sign in to comment.