mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-10 00:04:48 -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) {
|
||||
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"));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue