Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Donald Haase
Cockatrice
Commits
b5363f47
Commit
b5363f47
authored
Feb 06, 2016
by
Ira Aspen
Browse files
Updated message.
parent
92722663
Changes
1
Hide whitespace changes
Inline
Side-by-side
cockatrice/src/dlg_add_set.cpp
View file @
b5363f47
...
...
@@ -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"
));
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment