Skip to content

Commit fcb6748

Browse files
Jojo-Schmitzvpereverzev
authored andcommitted
Add mnemonics
Adding mnemonics for Save, Save As… and Resource Manager…, Print…, Parts… and Export… See https://musescore.org/en/node/309973
1 parent 4746ab7 commit fcb6748

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

mscore/shortcut.cpp

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Shortcut Shortcut::_sc[] = {
5353
STATE_NORMAL | STATE_NOTE_ENTRY | STATE_EDIT | STATE_TEXT_EDIT| STATE_LYRICS_EDIT
5454
| STATE_HARMONY_FIGBASS_EDIT | STATE_PLAY,
5555
"file-save",
56-
QT_TRANSLATE_NOOP("action","Save"),
56+
QT_TRANSLATE_NOOP("action","&Save"),
5757
QT_TRANSLATE_NOOP("action","File > Save"),
5858
QT_TRANSLATE_NOOP("action","Save score to file"),
5959
Icons::fileSave_ICON
@@ -74,7 +74,7 @@ Shortcut Shortcut::_sc[] = {
7474
STATE_NORMAL | STATE_NOTE_ENTRY | STATE_EDIT | STATE_TEXT_EDIT | STATE_LYRICS_EDIT
7575
| STATE_HARMONY_FIGBASS_EDIT | STATE_PLAY,
7676
"file-save-as",
77-
QT_TRANSLATE_NOOP("action","Save As…"),
77+
QT_TRANSLATE_NOOP("action","Save &As…"),
7878
QT_TRANSLATE_NOOP("action","File > Save as"),
7979
QT_TRANSLATE_NOOP("action","Save score under a new file name"),
8080
Icons::fileSaveAs_ICON,
@@ -107,7 +107,7 @@ Shortcut Shortcut::_sc[] = {
107107
MsWidget::MAIN_WINDOW,
108108
STATE_NORMAL | STATE_NOTE_ENTRY | STATE_EDIT,
109109
"file-export",
110-
QT_TRANSLATE_NOOP("action","Export…"),
110+
QT_TRANSLATE_NOOP("action","&Export…"),
111111
QT_TRANSLATE_NOOP("action","Export score"),
112112
QT_TRANSLATE_NOOP("action","Save a copy of the score in various formats"),
113113
Icons::fileSave_ICON,
@@ -155,7 +155,7 @@ Shortcut Shortcut::_sc[] = {
155155
Ms::MAIN_WINDOW,
156156
STATE_NORMAL | STATE_NOTE_ENTRY | STATE_PLAY,
157157
"print",
158-
QT_TRANSLATE_NOOP("action","Print…"),
158+
QT_TRANSLATE_NOOP("action","&Print…"),
159159
QT_TRANSLATE_NOOP("action","Print"),
160160
QT_TRANSLATE_NOOP("action","Print score/part"),
161161
Icons::print_ICON,
@@ -2826,7 +2826,7 @@ Shortcut Shortcut::_sc[] = {
28262826
MsWidget::MAIN_WINDOW,
28272827
STATE_NORMAL | STATE_NOTE_ENTRY | STATE_PLAY,
28282828
"parts",
2829-
QT_TRANSLATE_NOOP("action","Parts"),
2829+
QT_TRANSLATE_NOOP("action","Par&ts"),
28302830
QT_TRANSLATE_NOOP("action","Manage parts")
28312831
},
28322832
{
@@ -3022,7 +3022,7 @@ Shortcut Shortcut::_sc[] = {
30223022
MsWidget::MAIN_WINDOW,
30233023
STATE_ALL,
30243024
"resource-manager",
3025-
QT_TRANSLATE_NOOP("action", "Resource Manager…"),
3025+
QT_TRANSLATE_NOOP("action", "&Resource Manager…"),
30263026
QT_TRANSLATE_NOOP("action", "Resource manager"),
30273027
0,
30283028
Icons::Invalid_ICON,

0 commit comments

Comments
 (0)