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."));
labNotes->setText(tr("Enable the sets that you want to have available in the deck editor.\nMove sets around to change their order, or click on a column header to sort sets on that field.\nSets order decides the source that will be used when loading images for a specific card.\nDisabled sets will still be used for loading images."));
labNotes->setText("<b>"+tr("hints:")+"</b>"+"<ul><li>"+tr("Enable the sets that you want to have available in the deck editor")+"</li><li>"+tr("Move sets around to change their order, or click on a column header to sort sets on that field")+"</li><li>"+tr("Sets order decides the source that will be used when loading images for a specific card")+"</li><li>"+tr("Disabled sets will still be used for loading images")+"</li></ul>");