Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix #289672, fix #272546 and more: fix some strings #5063

Merged
merged 1 commit into from
Jul 12, 2019

Conversation

Jojo-Schmitz
Copy link
Contributor

@Jojo-Schmitz Jojo-Schmitz commented May 25, 2019

Plus:

  • Add (back) units for sp and pt
  • Clarify transposition settings in staff properties dialog
  • Fix a reset button's accessibilty info to match the label
  • Quote buttons/keys in tours
  • Barré to Barre
  • Fix capitalization (see also Fix capitalization #5102)
  • Don't translate debugger (which is not visible in RELEASE mode)
  • Sforzato to Accent in shortcuts (see https://musescore.org/en/node/290297)
  • Some whitespace and punctuation fixes
  • Fixing some error messages
  • Removing a redundant word
  • Disambiguations for various occurences of "None" which may require different translatations.
  • Simplify some strings with URLs for translators
  • Don't translate script recorder (which is not visible in RELEASE mode)

In a separate commit (removed from this PR now, moved into #5218):

  • Change the shortcut for sforzato to accent
    Not sure we really want this though, as it invalidates an existing shortcut settings. We may get away with this by documenting in the release notes that this shortcut gets lost during an upgrade and needs to get reinstated manually (or via a factory reset).

@Jojo-Schmitz Jojo-Schmitz changed the title fixing some strings fix #289672: Reset '$STRING' value strings reference non-existent $STRING May 25, 2019
@Jojo-Schmitz Jojo-Schmitz changed the title fix #289672: Reset '$STRING' value strings reference non-existent $STRING fix #289672, fix #289957 and more: fix some strings Jun 3, 2019
@Jojo-Schmitz Jojo-Schmitz changed the title fix #289672, fix #289957 and more: fix some strings fix #289672, fix #289957, fix #272546 and more: fix some strings Jun 4, 2019
@Jojo-Schmitz Jojo-Schmitz changed the title fix #289672, fix #289957, fix #272546 and more: fix some strings fix #289672, fix #272546 and more: fix some strings Jun 24, 2019
* Fix #289672: Reset '$STRING' value strings reference non-existent $STRING
* Fix #289957: wrong string in Advanced palette results in it not getting translated (ommission from musescore#5016)
* Fix #272546: Baritone Oboe should be named Bass Oboe in English (see also musescore#4474),
  "Hautbois Baryton" in French, "Bariton Oboe" in German, "Oboe Bajo" in Spanish.

Plus:

* Add (back) units for sp and pt
* Clarify transposition settings in staff properties dialog
* Fix a reset button's accessibilty info to match the label
* Quote buttons/keys in tours
* Barré to Barre
* Fix capitalization (see also musescore#5102)
* Don't translate debugger (which is not visible in RELEASE mode)
* Sforzato to Accent in shortcuts (see https://musescore.org/en/node/290297)
* Some whitespace and punctuation fixes
* Fixing some error messages
* Removing a redundant word
* Disambiguations for various occurences of "None" which may require different translatations.
* Simplify some strings with URLs for translators
* Don't translate scroipt recorder (which is not visible in RELEASE mode)
@@ -221,7 +221,7 @@
<seq>Shift+O</seq>
</SC>
<SC>
<key>add-sforzato</key>
<key>add-accent</key>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will this change work correctly with existing users' shortcuts files? Shortcut file will contain Shift+V shortcut which references add-sforzato action which doesn't exist anymore, so the shortcut may happen to be lost at all.

Actually I don't know the answer, perhaps the new default will somehow take a precedence. But that probably needs testing.

Copy link
Contributor Author

@Jojo-Schmitz Jojo-Schmitz Jul 11, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tested: On start I see "Debug: cannot find shortcut (...\MuseScore\mscore\shortcut.cpp:4167, static void Ms::Shortcut::load())". The shortcut add-sforzato will simply get ignored, the new shortcut add-accent will be empty, unset. The user would either need to set up a new shortcut (e.g. "Shift+V" again) for add-accent or take a factory reset or manually delete shortcuts.xml.

@dmitrio95 dmitrio95 merged commit fae3e57 into musescore:master Jul 12, 2019
Jojo-Schmitz added a commit to Jojo-Schmitz/MuseScore that referenced this pull request Jul 12, 2019
dmitrio95 added a commit that referenced this pull request Jul 12, 2019
follow up for PR #5063, fixing mistakes and omissions
Jojo-Schmitz added a commit to Jojo-Schmitz/MuseScore that referenced this pull request Jul 12, 2019
Jojo-Schmitz added a commit to Jojo-Schmitz/MuseScore that referenced this pull request Jul 12, 2019
Jojo-Schmitz added a commit to Jojo-Schmitz/MuseScore that referenced this pull request Jul 12, 2019
dmitrio95 added a commit that referenced this pull request Jul 12, 2019
fcnjd pushed a commit to fcnjd/MuseScore that referenced this pull request Jul 21, 2019
fcnjd pushed a commit to fcnjd/MuseScore that referenced this pull request Jul 21, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants