Merge pull request #3109 from Vafthrudnir/hotfix/oracle_button_text_correction

This commit is contained in:
Zach H 2018-02-13 20:50:30 -05:00 committed by GitHub
commit 019295931a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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)