use capitalized app name

This commit is contained in:
tooomm 2026-09-06 12:29:35 +02:00
parent 0f003eabf9
commit e0664b7fd6
13 changed files with 21 additions and 20 deletions

View file

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