mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-31 23:24:21 -05:00
Changed text to match room creation
"see hands" -> "see everything"
This commit is contained in:
parent
d420fc89a5
commit
616f8439ae
|
|
@ -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…
Reference in New Issue
Block a user