Commit b5363f47 authored by Ira Aspen's avatar Ira Aspen
Browse files

Updated message.

parent 92722663
......@@ -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"));
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment