Merge pull request #1845 from Diapolo/fix_1843
fix #1843 by changing 2 GUI shortcuts
This commit is contained in:
commit
1da09ab062
1 changed files with 2 additions and 2 deletions
|
@ -64,7 +64,7 @@
|
|||
<string>Send to multiple recipients at once</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>&Add Recipient</string>
|
||||
<string>Add &Recipient</string>
|
||||
</property>
|
||||
<property name="icon">
|
||||
<iconset resource="../bitcoin.qrc">
|
||||
|
@ -153,7 +153,7 @@
|
|||
<string>Confirm the send action</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>&Send</string>
|
||||
<string>S&end</string>
|
||||
</property>
|
||||
<property name="icon">
|
||||
<iconset resource="../bitcoin.qrc">
|
||||
|
|
Loading…
Reference in a new issue