Commit 55f73edc authored by Michal Čihař's avatar Michal Čihař

Talk about translations, not language here

Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent c3487958
...@@ -366,12 +366,12 @@ class SubProject(models.Model, PercentMixin, URLMixin, PathMixin): ...@@ -366,12 +366,12 @@ class SubProject(models.Model, PercentMixin, URLMixin, PathMixin):
# Adding new language # Adding new language
new_lang = models.CharField( new_lang = models.CharField(
verbose_name=ugettext_lazy('New language'), verbose_name=ugettext_lazy('New translation'),
max_length=10, max_length=10,
choices=NEW_LANG_CHOICES, choices=NEW_LANG_CHOICES,
default='contact', default='contact',
help_text=ugettext_lazy( help_text=ugettext_lazy(
'How to handle requests for creating new languages. Please note ' 'How to handle requests for creating new translations. Please note '
'that availability of choices depends on the file format.' 'that availability of choices depends on the file format.'
), ),
) )
......
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