Button text changed to "Save" from "Next"

This commit is contained in:
Vafthrudnir 2018-02-14 02:36:54 +01:00
parent f302154df7
commit 4e8a09517c

View file

@ -505,6 +505,7 @@ void SaveSetsPage::retranslateUi()
"Press \"Save\" to save the imported cards to the Cockatrice database."));
defaultPathCheckBox->setText(tr("Save to the default path (recommended)"));
setButtonText(QWizard::NextButton, tr("Save"));
}
void SaveSetsPage::updateTotalProgress(int cardsImported, int /* setIndex */, const QString &setName)