Skip to content

Commit

Permalink
Do not set fuzzy flag on not translated units
Browse files Browse the repository at this point in the history
  • Loading branch information
nijel committed May 7, 2013
1 parent 9d6c46d commit fabd580
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trans/models/unit.py
Expand Up @@ -487,7 +487,7 @@ def update_from_unit(self, unit, pos, created):

# Monolingual files handling
if unit.template is not None:
if source != self.source:
if source != self.source and translated:
# Store previous source and fuzzy flag for monolingual files
if previous_source == '':
previous_source = self.source
Expand Down

0 comments on commit fabd580

Please sign in to comment.