mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-01 19:13:55 -07:00
Updated message.
This commit is contained in:
parent
927226633d
commit
b5363f47ab
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ DlgAddSet::DlgAddSet(QWidget *parent, bool success) : QDialog(parent) {
|
||||||
if (success) {
|
if (success) {
|
||||||
setWindowTitle(tr("Success"));
|
setWindowTitle(tr("Success"));
|
||||||
status->setText(QString("Set added to Cockatrice."));
|
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 {
|
else {
|
||||||
setWindowTitle(tr("Failed"));
|
setWindowTitle(tr("Failed"));
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue