mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
feedback change
This commit is contained in:
parent
ce2541af1e
commit
7a1fb45ebc
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() && 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())
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue