Commit 1f9b3ed2 authored by Zach H's avatar Zach H
Browse files

minor fix

parent 1d210e57
......@@ -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
......
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