mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-09-23 10:05:10 -07:00
min changes
This commit is contained in:
parent
dfa844a83d
commit
71244fbd4c
1 changed files with 1 additions and 1 deletions
|
|
@ -577,7 +577,7 @@ void SaveSetsPage::retranslateUi()
|
||||||
{
|
{
|
||||||
setTitle(tr("Sets imported"));
|
setTitle(tr("Sets imported"));
|
||||||
if (wizard()->downloadedPlainXml) {
|
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)));
|
.arg(qRound(wizard()->xmlData.size() / 1000000.0)));
|
||||||
} else {
|
} else {
|
||||||
setSubTitle(tr("The following sets have been found:"));
|
setSubTitle(tr("The following sets have been found:"));
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue