Commit 89a9c0e6 authored by Weblate's avatar Weblate

Merge remote-tracking branch 'origin/master'

parents b7e4141b 541e9f94
......@@ -2312,7 +2312,7 @@ class Unit(models.Model):
# Store to backend
try:
(saved, pounit)=self.translation.update_unit(self, request)
(saved, pounit) = self.translation.update_unit(self, request)
except FileLockException:
logger.error('failed to lock backend for %s!', self)
messages.error(request, _('Failed to store message in the backend, lock timeout occurred!'))
......
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