Updated message.

This commit is contained in:
Ira Aspen 2016-02-06 12:42:45 +00:00
parent 927226633d
commit b5363f47ab

View file

@ -11,7 +11,7 @@ DlgAddSet::DlgAddSet(QWidget *parent, bool success) : QDialog(parent) {
if (success) {
setWindowTitle(tr("Success"));
status->setText(QString("Set added to Cockatrice."));
restart->setText(QString("You must restart to use your new set."));
restart->setText(QString("You must restart Cockatrice to use the new set."));
}
else {
setWindowTitle(tr("Failed"));