Skip to content

Commit

Permalink
Merge pull request #2938 from IsaacWeiss/153091-regroup-rhythms-menu
Browse files Browse the repository at this point in the history
Fix #153091: Move [Format > Reset Note and Rest Groupings] to [Tools > Regroup Rhythms]
  • Loading branch information
lasconic committed Dec 31, 2016
2 parents 4a3e110 + 791b576 commit 98e51d9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion mscore/musescore.cpp
Expand Up @@ -1104,7 +1104,6 @@ MuseScore::MuseScore()
menuFormat->addSeparator();

menuFormat->addAction(getAction("reset-beammode"));
menuFormat->addAction(getAction("reset-groupings"));
menuFormat->addAction(getAction("reset"));
menuFormat->addSeparator();

Expand Down Expand Up @@ -1138,6 +1137,7 @@ MuseScore::MuseScore()
menuTools->addSeparator();

menuTools->addAction(getAction("pitch-spell"));
menuTools->addAction(getAction("reset-groupings"));
menuTools->addAction(getAction("resequence-rehearsal-marks"));
menuTools->addSeparator();

Expand Down
4 changes: 2 additions & 2 deletions mscore/shortcut.cpp
Expand Up @@ -675,8 +675,8 @@ Shortcut Shortcut::_sc[] = {
MsWidget::SCORE_TAB,
STATE_NORMAL | STATE_NOTE_ENTRY,
"reset-groupings",
QT_TRANSLATE_NOOP("action","Reset Note and Rest Groupings"),
QT_TRANSLATE_NOOP("action","Reset note and rest groupings"),
QT_TRANSLATE_NOOP("action","Regroup Rhythms"),
QT_TRANSLATE_NOOP("action","Regroup rhythms"),
QT_TRANSLATE_NOOP("action","Combine rests and tied notes from selection and resplit at rhythmical locations"),
Icons::Invalid_ICON,
Qt::WindowShortcut
Expand Down

0 comments on commit 98e51d9

Please sign in to comment.