Commit 1eb54c82 authored by Michal Čihař's avatar Michal Čihař

Clarify error message

Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent e8cdaed2
......@@ -1215,7 +1215,7 @@ 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.'
'project settings (adding new translations is disabled).'
))
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