Skip to content

Commit

Permalink
Use same string as the corresponding UI file does
Browse files Browse the repository at this point in the history
  • Loading branch information
Jojo-Schmitz committed Dec 25, 2020
1 parent 31c48e9 commit 750b319
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mscore/exportdialog.cpp
Expand Up @@ -141,7 +141,7 @@ void ExportDialog::retranslate()

musicxmlFileTypeComboBox->setItemText(0, tr("Compressed") + " (*.mxl)");
musicxmlFileTypeComboBox->setItemText(1, tr("Uncompressed") + " (*.musicxml)");
musicxmlFileTypeComboBox->setItemText(2, tr("Uncompressed (deprecated)") + " (*.xml)");
musicxmlFileTypeComboBox->setItemText(2, tr("Uncompressed (outdated)") + " (*.xml)");

buttonBox->button(QDialogButtonBox::Ok)->setText(tr("Export…"));
}
Expand Down

0 comments on commit 750b319

Please sign in to comment.