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

Fix condition

parent 28023482
......@@ -951,7 +951,7 @@ class Translation(models.Model):
for unit2 in store2.all_units():
# No translated -> skip
if not unit.is_translated():
if not unit2.is_translated():
continue
# Optionally merge header
......
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