Skip to content

Commit

Permalink
Fix #209331: Updated Descriptions of Enharmonic shortcuts to reflect …
Browse files Browse the repository at this point in the history
…current implementation.
  • Loading branch information
dinukadesilva committed May 30, 2017
1 parent 3d96778 commit 1f9263b
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions mscore/shortcut.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2549,15 +2549,17 @@ Shortcut Shortcut::_sc[] = {
MsWidget::MAIN_WINDOW,
STATE_NORMAL | STATE_NOTE_ENTRY_STAFF_PITCHED | STATE_NOTE_ENTRY_STAFF_DRUM,
"enh-up",
QT_TRANSLATE_NOOP("action","Enharmonic Up"),
QT_TRANSLATE_NOOP("action","Enharmonic up")
QT_TRANSLATE_NOOP("action","Change Enharmonic Spelling (Both Modes)"),
QT_TRANSLATE_NOOP("action","Change enharmonic spelling (both modes)"),
QT_TRANSLATE_NOOP("action","Change enharmonic note (alters the spelling in concert pitch and transposed mode)")
},
{
MsWidget::MAIN_WINDOW,
STATE_NORMAL | STATE_NOTE_ENTRY_STAFF_PITCHED | STATE_NOTE_ENTRY_STAFF_DRUM,
"enh-down",
QT_TRANSLATE_NOOP("action","Enharmonic Down"),
QT_TRANSLATE_NOOP("action","Enharmonic down")
QT_TRANSLATE_NOOP("action","Change Enharmonic Spelling (Current Mode)"),
QT_TRANSLATE_NOOP("action","Change enharmonic spelling (current mode)"),
QT_TRANSLATE_NOOP("action","Change enharmonic note (alters the spelling in the current mode only)")
},
{
MsWidget::MAIN_WINDOW,
Expand Down

0 comments on commit 1f9263b

Please sign in to comment.