Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Donald Haase
Cockatrice
Commits
1f9b3ed2
Commit
1f9b3ed2
authored
Jul 04, 2015
by
Zach H
Browse files
minor fix
parent
1d210e57
Changes
1
Hide whitespace changes
Inline
Side-by-side
cockatrice/src/window_main.cpp
View file @
1f9b3ed2
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment