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
616f8439
Commit
616f8439
authored
Feb 09, 2015
by
Matt Lowe
Browse files
Changed text to match room creation
"see hands" -> "see everything"
parent
d420fc89
Changes
1
Hide whitespace changes
Inline
Side-by-side
cockatrice/src/gamesmodel.cpp
View file @
616f8439
...
...
@@ -179,7 +179,7 @@ QVariant GamesModel::data(const QModelIndex &index, int role) const
if
(
g
.
spectators_can_chat
())
result
.
append
(
", "
).
append
(
tr
(
"chat"
));
if
(
g
.
spectators_omniscient
())
result
.
append
(
", "
).
append
(
tr
(
"see
hands
"
));
result
.
append
(
", "
).
append
(
tr
(
"see
everything
"
));
return
result
;
}
return
QVariant
(
tr
(
"not allowed"
));
...
...
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