Skip to content

Commit

Permalink
fix #102236: Palettes menu entry not translatable
Browse files Browse the repository at this point in the history
  • Loading branch information
lasconic committed Mar 16, 2016
1 parent 203cfdb commit 6e9dd61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mscore/shortcut.cpp
Expand Up @@ -1640,7 +1640,7 @@ Shortcut Shortcut::_sc[] = {
STATE_NORMAL | STATE_NOTE_ENTRY | STATE_EDIT | STATE_PLAY,
"toggle-palette",
QT_TRANSLATE_NOOP("action","Palettes"),
0,
QT_TRANSLATE_NOOP("action","Palettes"),
0,
Icons::Invalid_ICON,
Qt::ApplicationShortcut
Expand Down

0 comments on commit 6e9dd61

Please sign in to comment.