From 5256c27d9e3e91184a7d4db9f2ab5964abfbdd87 Mon Sep 17 00:00:00 2001 From: cbjeukendrup <48658420+cbjeukendrup@users.noreply.github.com> Date: Mon, 29 Apr 2024 13:34:40 +0000 Subject: [PATCH 1/3] Run lupdate --- share/locale/musescore_en.ts | 50 ++++++++++++++++++++++++++++++++---- 1 file changed, 45 insertions(+), 5 deletions(-) diff --git a/share/locale/musescore_en.ts b/share/locale/musescore_en.ts index 0178db5aa3a3..ac83156a3552 100644 --- a/share/locale/musescore_en.ts +++ b/share/locale/musescore_en.ts @@ -7759,6 +7759,11 @@ By default, they will be placed such as that their right end are at the same lev Enter tuplet: octuplet Enter tuplet: octuplet + + + &Nonuplet + &Nonuplet + Enter tuplet: nonuplet @@ -8340,6 +8345,41 @@ By default, they will be placed such as that their right end are at the same lev Show/hide page margins Show/hide page margins + + + Show element bounding rectangles + Show element bounding rectangles + + + + Color element shapes + Color element shapes + + + + Show segment shapes + Show segment shapes + + + + Color segment shapes + Color segment shapes + + + + Show skylines + Show skylines + + + + Show system bounding rectangles + Show system bounding rectangles + + + + Show corrupted measures + Show corrupted measures + Full measure rest @@ -9447,11 +9487,6 @@ By default, they will be placed such as that their right end are at the same lev &Octuplet &Octuplet - - - &Nontuplet - &Nontuplet - Othe&r… @@ -9823,6 +9858,11 @@ By default, they will be placed such as that their right end are at the same lev Show &accessible tree… Show &accessible tree… + + + Accessible &dump + Accessible &dump + Engraving &elements From 9f5076d80acbbadbc521894beea2d9ada071bf91 Mon Sep 17 00:00:00 2001 From: Casper Jeukendrup <48658420+cbjeukendrup@users.noreply.github.com> Date: Mon, 29 Apr 2024 16:03:07 +0200 Subject: [PATCH 2/3] Fix some translatable strings These shouldn't have been translatable at all because it makes no sense, but apparently someone wanted them to be --- src/diagnostics/internal/diagnosticsactions.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/diagnostics/internal/diagnosticsactions.cpp b/src/diagnostics/internal/diagnosticsactions.cpp index e5650aba3b58..1662a254804d 100644 --- a/src/diagnostics/internal/diagnosticsactions.cpp +++ b/src/diagnostics/internal/diagnosticsactions.cpp @@ -52,17 +52,17 @@ const UiActionList DiagnosticsActions::m_actions = { UiAction("diagnostic-show-accessible-tree", mu::context::UiCtxAny, mu::context::CTX_ANY, - TranslatableString("action", "Show &accessible tree…") + TranslatableString("action", "Show &accessibility tree…") ), UiAction("diagnostic-accessible-tree-dump", mu::context::UiCtxAny, mu::context::CTX_ANY, - TranslatableString("action", "Accessible &dump") + TranslatableString("action", "&Dump accessibility tree to console") ), UiAction("diagnostic-show-engraving-elements", mu::context::UiCtxAny, mu::context::CTX_ANY, - TranslatableString("action", "Engraving &elements") + TranslatableString("action", "Show engraving &elements") ) }; From 6f1b6aece0fd4b9812b8d42cde58de89fb4d123c Mon Sep 17 00:00:00 2001 From: Casper Jeukendrup <48658420+cbjeukendrup@users.noreply.github.com> Date: Mon, 29 Apr 2024 16:03:49 +0200 Subject: [PATCH 3/3] Run lupdate --- share/locale/musescore_en.ts | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/share/locale/musescore_en.ts b/share/locale/musescore_en.ts index ac83156a3552..40a1ae2c8425 100644 --- a/share/locale/musescore_en.ts +++ b/share/locale/musescore_en.ts @@ -9855,18 +9855,18 @@ By default, they will be placed such as that their right end are at the same lev - Show &accessible tree… - Show &accessible tree… + Show &accessibility tree… + Show &accessibility tree… - Accessible &dump - Accessible &dump + &Dump accessibility tree to console + &Dump accessibility tree to console - Engraving &elements - Engraving &elements + Show engraving &elements + Show engraving &elements