diff --git a/src/notation/internal/notationuiactions.cpp b/src/notation/internal/notationuiactions.cpp index c735ef5ffd62d..731cd2183918a 100644 --- a/src/notation/internal/notationuiactions.cpp +++ b/src/notation/internal/notationuiactions.cpp @@ -1233,9 +1233,10 @@ const UiActionList NotationUiActions::m_actions = { ), UiAction("add-noteline", mu::context::UiCtxProjectOpened, - mu::context::CTX_NOTATION_OPENED, - TranslatableString("action", "&Note anchored line"), - TranslatableString("action", "Add note anchored line") + mu::context::CTX_ANY, + TranslatableString("action", "&Note-anchored line"), + TranslatableString("action", "Add note-anchored line"), + IconCode::Code::NOTE_ANCHORED_LINE ), UiAction("chord-tie", mu::context::UiCtxProjectOpened, @@ -2504,13 +2505,6 @@ const UiActionList NotationUiActions::m_actions = { TranslatableString("action", "Slight bend"), IconCode::Code::GUITAR_SLIGHT_BEND ), - UiAction("add-noteline", - mu::context::UiCtxProjectFocused, - mu::context::CTX_ANY, - TranslatableString("action", "Note-anchored line"), - TranslatableString("action", "Note-anchored line"), - IconCode::Code::NOTE_ANCHORED_LINE - ), }; const UiActionList NotationUiActions::m_scoreConfigActions = {