Rename the finish/done button as "Save"
This commit is contained in:
parent
c6078c384c
commit
bb9a79f83b
1 changed files with 2 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue