Commit a8604afb authored by Michal Čihař's avatar Michal Čihař

Use same label as in admin interface

parent 6d98946f
......@@ -416,7 +416,7 @@ class HostingForm(forms.Form):
required=True
)
mask = forms.CharField(
label=_('Mask of translatable files'),
label=_('File mask'),
help_text=_(
'Path of files to translate, use * instead of language code, '
'for example: po/*.po or locale/*/LC_MESSAGES/django.po.'
......
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