Skip to content

Commit

Permalink
Merge pull request bitcoin#2032 from burger2/fix_shortcut
Browse files Browse the repository at this point in the history
Fix duplicate shortcut usage in sign/verify message dialog.
  • Loading branch information
laanwj committed Jan 1, 2013
2 parents 2e8d141 + 1dfe584 commit cf506aa
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 cf506aa

Please sign in to comment.