Commit 7078c728 authored by Marc Delisle's avatar Marc Delisle

Fix typo

parent 05006a83
...@@ -155,7 +155,7 @@ class SubProject(models.Model, PercentMixin, URLMixin): ...@@ -155,7 +155,7 @@ class SubProject(models.Model, PercentMixin, URLMixin):
blank=True, blank=True,
choices=SCRIPT_CHOICES, choices=SCRIPT_CHOICES,
help_text=ugettext_lazy( help_text=ugettext_lazy(
'Script to be executed before commiting translation, ' 'Script to be executed before committing translation, '
'please check documentation for more details.' 'please check documentation for more details.'
), ),
) )
......
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