We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c859090 commit b5add95Copy full SHA for b5add95
mscore/prefsdialog.cpp
@@ -1300,7 +1300,7 @@ void PreferenceDialog::apply()
1300
bool audioModified = false;
1301
1302
applySetActive(false);
1303
- buttonBox->button(QDialogButtonBox::Apply)->setText(tr("Applying..."));
+ buttonBox->button(QDialogButtonBox::Apply)->setText(tr("Applying…"));
1304
buttonBox->repaint();
1305
1306
std::vector<QString> changedAdvancedProperties = advancedWidget->save();
@@ -1819,4 +1819,4 @@ void PreferenceDialog::applyShortestNote()
1819
preferences.setPreference(PREF_IO_MIDI_SHORTESTNOTE, ticks);
1820
}
1821
1822
-} // namespace Ms
+} // namespace Ms
0 commit comments