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())
|
if (g.spectators_can_chat())
|
||||||
result.append(", ").append(tr("chat"));
|
result.append(", ").append(tr("chat"));
|
||||||
if (g.spectators_omniscient())
|
if (g.spectators_omniscient())
|
||||||
result.append(", ").append(tr("see hands"));
|
result.append(", ").append(tr("see everything"));
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
return QVariant(tr("not allowed"));
|
return QVariant(tr("not allowed"));
|
||||||
|
|
Loading…
Reference in a new issue