Commit 616f8439 authored by Matt Lowe's avatar Matt Lowe
Browse files

Changed text to match room creation

"see hands" -> "see everything"
parent d420fc89
...@@ -179,7 +179,7 @@ QVariant GamesModel::data(const QModelIndex &index, int role) const ...@@ -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"));
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment