mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
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:
parent
411fc38337
commit
8f64fd4a0b
3 changed files with 9 additions and 9 deletions
|
|
@ -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();
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue