Commit 1761076a authored by Michal Čihař's avatar Michal Čihař

Merge pull request #825 from lem9/master

Fix typo
parents fa161f69 b3e6477a
...@@ -397,7 +397,7 @@ class SubProject(models.Model, PercentMixin, URLMixin, PathMixin): ...@@ -397,7 +397,7 @@ class SubProject(models.Model, PercentMixin, URLMixin, PathMixin):
max_length=200, max_length=200,
default='^[^.]+$', default='^[^.]+$',
help_text=ugettext_lazy( help_text=ugettext_lazy(
'Regullar expression which is used to filter ' 'Regular expression which is used to filter '
'translation when scanning for file mask.' 'translation when scanning for file mask.'
), ),
) )
......
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