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

[MU3] Partial fix for #306911 #6255

Merged
merged 1 commit into from
Nov 10, 2020
Merged

Conversation

Jojo-Schmitz
Copy link
Contributor

@Jojo-Schmitz Jojo-Schmitz commented Jun 24, 2020

See https://musescore.org/en/node/306911

This PRs fixes:

  • clarify the "don't ask again"
  • mention the current MuseScore version (that way the same dialog still
    works in MuseScore 4)
  • don't mark the score dirty if the reset is taken (it it is not taken, it is not marked dirty anyway)

It does not resolve the core issue of showing a Save dialog on close of any imported score if no changes have been done to the score (other than the reset).

Its counterpart for master had been merged meanwhile

@Jojo-Schmitz
Copy link
Contributor Author

Jojo-Schmitz commented Jun 24, 2020

Not sure whether this PR should make it into 3.5.0, due to string freeze. It might go to 3.5.1 though.
For now I have fixed that "don't ask me again" string on Transifex, for en_US, en_GB and de
The other string change is not really needed now, it only will be for MuseScore 4

else { // either set to "Ask" or not at all
QMessageBox msgBox;
QCheckBox ask;
ask.setText(tr("Don't ask me again."));
ask.setText(tr("Remember my choice and don't ask again."));
Copy link
Contributor

Choose a reason for hiding this comment

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

The standard convention for checkbox text is not to have any punctuation at the end, so I would remove the “.”.

(I know that the “.” was already there prior to this PR, but it shouldn't have been, so we might as well take this opportunity to fix it.)

Copy link
Contributor Author

@Jojo-Schmitz Jojo-Schmitz Jun 24, 2020

Choose a reason for hiding this comment

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

fine by me, done

@anatoly-os
Copy link
Contributor

Changing strings is up to 3.6

@anatoly-os anatoly-os added the strings Affects translatable strings label Aug 26, 2020
@Jojo-Schmitz Jojo-Schmitz changed the title partial fix for #306911 [MU3] partial fix for #306911 Oct 20, 2020
@Jojo-Schmitz Jojo-Schmitz changed the title [MU3] partial fix for #306911 [MU3] Partial fix for #306911 Oct 20, 2020
* clarify the "don't ask again"
* mention the current MuseScore version
(that way the same dialog still
works in MuseScore 4)
* don't mark the
score dirty if the reset is taken

* fix a typo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
strings Affects translatable strings
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants