text works

fixed welcome msg
added some articles
added database phrase to card updater
cosmetic changes to the description in edit sets
This commit is contained in:
tooomm 2015-05-23 23:13:45 +02:00
parent 411fc38337
commit 8f64fd4a0b
3 changed files with 9 additions and 9 deletions

View file

@ -789,7 +789,7 @@ void TabDeckEditor::checkFirstRunDetected()
{
if(db->hasDetectedFirstRun())
{
QMessageBox::information(this, tr("Welcome"), tr("Hi! Its seems like it's the first time you run this version of Cockatrice.\nAll the sets in the card database have been enabled.\nRead more about changing the set order or disabling specific sets in the the \"Edit Sets\" window."));
QMessageBox::information(this, tr("Welcome"), tr("Hi! It seems like you're running this version of Cockatrice for the first time.\nAll the sets in the card database have been enabled.\nRead more about changing the set order or disabling specific sets and consequent effects in the \"Edit Sets\" window."));
actEditSets();
}
}