feedback change

This commit is contained in:
Zach H 2015-02-09 16:04:39 -05:00
parent ce2541af1e
commit 7a1fb45ebc

View file

@ -179,7 +179,7 @@ QVariant GamesModel::data(const QModelIndex &index, int role) const
if (g.spectators_can_chat() && g.spectators_omniscient())
{
result.append(" (").append(tr("can chat")).append(" & ").append((tr("can see hands")).append(")"));
result.append(" (").append(tr("can chat")).append(" & ").append((tr("see hands")).append(")"));
}
else if (g.spectators_can_chat())
{