You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 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
ask.setText(tr("Remember my choice and don't ask again"));
2588
2588
ask.setToolTip(tr("You can change this behaviour any time in 'Preferences… > Import > Reset Element Positions'"));
2589
2589
msgBox.setCheckBox(&ask);
2590
2590
QString question = tr("Reset the positions of all elements?");
2591
2591
msgBox.setWindowTitle(question);
2592
-
msgBox.setText(tr("To best take advantage of automatic placement in MuseScore 3 when importing '%1' from MuseScore %2, it is recommended to reset the positions of all elements.")
msgBox.setText(tr("To best take advantage of automatic placement in MuseScore %1 when importing '%2' from MuseScore %3, it is recommended to reset the positions of all elements.")
0 commit comments