Skip to content

Commit

Permalink
Merge pull request #6201 from Jojo-Schmitz/translations
Browse files Browse the repository at this point in the history
using elipsis rather than 3 dots
  • Loading branch information
anatoly-os committed Jun 10, 2020
1 parent c859090 commit b5add95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mscore/prefsdialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1300,7 +1300,7 @@ void PreferenceDialog::apply()
bool audioModified = false;

applySetActive(false);
buttonBox->button(QDialogButtonBox::Apply)->setText(tr("Applying..."));
buttonBox->button(QDialogButtonBox::Apply)->setText(tr("Applying"));
buttonBox->repaint();

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

} // namespace Ms
} // namespace Ms

0 comments on commit b5add95

Please sign in to comment.