min changes

This commit is contained in:
tooomm 2026-09-06 12:31:01 +02:00 committed by GitHub
parent dfa844a83d
commit 71244fbd4c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -577,7 +577,7 @@ void SaveSetsPage::retranslateUi()
{
setTitle(tr("Sets imported"));
if (wizard()->downloadedPlainXml) {
setSubTitle(tr("A Cockatrice card database file of %1 MB has been downloaded.")
setSubTitle(tr("A cockatrice database file of %1 MB has been downloaded.")
.arg(qRound(wizard()->xmlData.size() / 1000000.0)));
} else {
setSubTitle(tr("The following sets have been found:"));