Rename the finish/done button as "Save"

This commit is contained in:
Fabio Bas 2014-06-21 11:25:24 +02:00
parent c6078c384c
commit bb9a79f83b

View file

@ -20,6 +20,7 @@ OracleWizard::OracleWizard(QWidget *parent)
addPage(new SaveSetsPage);
setWindowTitle(tr("Oracle Importer"));
QWizard::setButtonText(QWizard::FinishButton, tr("Save"));
}
void OracleWizard::accept()
@ -319,7 +320,7 @@ SaveSetsPage::SaveSetsPage(QWidget *parent)
{
setTitle(tr("Sets imported"));
setSubTitle(tr("The following sets has been imported. "
"Press \"Done\" to save the imported cards to the Cockatrice database."));
"Press \"Save\" to save the imported cards to the Cockatrice database."));
messageLog = new QTextEdit(this);
messageLog->setReadOnly(true);