Commit 89a88386 authored by Michal Čihař's avatar Michal Čihař

Point users to docs

parent e124af53
...@@ -148,7 +148,8 @@ class SubProject(models.Model, PercentMixin, URLMixin): ...@@ -148,7 +148,8 @@ 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 commiting translation, '
'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