mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-01-05 01:27:38 -08:00
Changed text to match room creation
"see hands" -> "see everything"
This commit is contained in:
@@ -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"));
|
||||
|
||||
Reference in New Issue
Block a user