mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-10 00:04:48 -07:00
minor fix
This commit is contained in:
parent
1d210e57bd
commit
1f9b3ed28f
1 changed files with 1 additions and 1 deletions
|
|
@ -357,7 +357,7 @@ QString MainWindow::extractInvalidUsernameMessage(QString & in)
|
|||
) + "</li>";
|
||||
}
|
||||
|
||||
out += "<li>" + tr("first character can %1 be a punctuation mark").arg((rules.at(5).toInt() == 0) ? "" : tr("NOT")) + "</li>";
|
||||
out += "<li>" + tr("first character can %1 be a punctuation mark").arg((rules.at(5).toInt() > 0) ? "" : tr("NOT")) + "</li>";
|
||||
out += "</ul>";
|
||||
}
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue