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

Better clarification to error message

Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent 1eb54c82
......@@ -1215,7 +1215,9 @@ class SubProject(models.Model, PercentMixin, URLMixin, PathMixin):
elif self.new_lang != 'add' and self.new_base:
raise ValidationError(_(
'Base file for new translations is not used because of '
'project settings (adding new translations is disabled).'
'component settings. '
'You probably wanted to enable automatic adding new '
'translations.'
))
def clean_template(self):
......
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