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

Fix typo

Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent 9601fa70
...@@ -642,7 +642,7 @@ class Unit(models.Model): ...@@ -642,7 +642,7 @@ class Unit(models.Model):
source=self.target, source=self.target,
contentsum=calculate_checksum(self.source, self.context), contentsum=calculate_checksum(self.source, self.context),
) )
same_source.filter(translated=True).udpdate( same_source.filter(translated=True).update(
translated=False, translated=False,
fuzzy=True, fuzzy=True,
previous_source=previous_source, previous_source=previous_source,
......
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