mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
Changed text to match room creation
"see hands" -> "see everything"
This commit is contained in:
parent
d420fc89a5
commit
616f8439ae
1 changed files with 1 additions and 1 deletions
|
|
@ -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"));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue