Commit 536741e1 authored by Michal Čihař's avatar Michal Čihař

Fix typo in function names

Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent ce3b0fd3
......@@ -1457,7 +1457,7 @@ class SubProject(models.Model, PercentMixin, URLMixin, PathMixin):
if not self.can_add_new_language():
messages.error(
request,
__('Failed to add new translation file!')
_('Failed to add new translation file!')
)
return False
......@@ -1478,7 +1478,7 @@ class SubProject(models.Model, PercentMixin, URLMixin, PathMixin):
)
messages.error(
request,
__('Translation file already exists!')
_('Translation file already exists!')
)
return False
......
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