Skip to content

Commit

Permalink
Fixing formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
blackears committed Apr 6, 2022
1 parent fedf87f commit ce2915e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/appshell/internal/applicationuiactions.cpp
Expand Up @@ -152,12 +152,12 @@ const UiActionList ApplicationUiActions::m_actions = {
Checkable::Yes
),
UiAction("toggle-piano-roll",
mu::context::UiCtxNotationOpened,
QT_TRANSLATE_NOOP("action", "Piano roll"),
QT_TRANSLATE_NOOP("action", "Toggle piano roll"),
IconCode::Code::MIXER,
Checkable::Yes
),
mu::context::UiCtxNotationOpened,
QT_TRANSLATE_NOOP("action", "Piano roll"),
QT_TRANSLATE_NOOP("action", "Toggle piano roll"),
IconCode::Code::MIXER,
Checkable::Yes
),
UiAction("toggle-piano-keyboard",
mu::context::UiCtxNotationOpened,
QT_TRANSLATE_NOOP("action", "Piano keyboard"),
Expand Down

0 comments on commit ce2915e

Please sign in to comment.