Skip to content

Commit

Permalink
Change "Respell" to "Recalculate
Browse files Browse the repository at this point in the history
  • Loading branch information
Jojo-Schmitz committed Jan 17, 2025
1 parent 53190fd commit 742ad21
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/notation/internal/notationinteraction.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5064,7 +5064,7 @@ void NotationInteraction::changeEnharmonicSpelling(bool both)

void NotationInteraction::spellPitches()
{
startEdit(TranslatableString("undoableAction", "Respell pitches"));
startEdit(TranslatableString("undoableAction", "Recalculate pitches"));
score()->spell();
apply();
}
Expand Down
4 changes: 2 additions & 2 deletions src/notation/internal/notationuiactions.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -465,8 +465,8 @@ const UiActionList NotationUiActions::m_actions = {
UiAction("pitch-spell",
mu::context::UiCtxProjectOpened,
mu::context::CTX_NOTATION_OPENED,
TranslatableString("action", "Respell &pitches"),
TranslatableString("action", "Respell pitches")
TranslatableString("action", "Recalculate &pitches"),
TranslatableString("action", "Recalculate pitches")
),
UiAction("reset-groupings",
mu::context::UiCtxProjectOpened,
Expand Down

0 comments on commit 742ad21

Please sign in to comment.