Skip to content

Commit b5add95

Browse files
committed
Merge pull request #6201 from Jojo-Schmitz/translations
using elipsis rather than 3 dots
1 parent c859090 commit b5add95

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mscore/prefsdialog.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -1300,7 +1300,7 @@ void PreferenceDialog::apply()
13001300
bool audioModified = false;
13011301

13021302
applySetActive(false);
1303-
buttonBox->button(QDialogButtonBox::Apply)->setText(tr("Applying..."));
1303+
buttonBox->button(QDialogButtonBox::Apply)->setText(tr("Applying"));
13041304
buttonBox->repaint();
13051305

13061306
std::vector<QString> changedAdvancedProperties = advancedWidget->save();
@@ -1819,4 +1819,4 @@ void PreferenceDialog::applyShortestNote()
18191819
preferences.setPreference(PREF_IO_MIDI_SHORTESTNOTE, ticks);
18201820
}
18211821

1822-
} // namespace Ms
1822+
} // namespace Ms

0 commit comments

Comments
 (0)