Changed text to match room creation

"see hands" -> "see everything"
This commit is contained in:
Matt Lowe 2015-02-09 17:41:38 +01:00
parent d420fc89a5
commit 616f8439ae

View file

@ -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"));