Commit 4d1ddc03 authored by Michal Čihař's avatar Michal Čihař

Remove not needed parenthesis

parent c6fdbbd6
......@@ -168,7 +168,7 @@ class LanguageManager(models.Manager):
code=code,
name='%s (generated)' % code,
nplurals=2,
pluralequation='(n != 1)',
pluralequation='n != 1',
)
# Check for different variant
......
Markdown is supported
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