diff --git a/trans/models.py b/trans/models.py index 87463f68f..b88d0c1c9 100644 --- a/trans/models.py +++ b/trans/models.py @@ -235,7 +235,7 @@ class Unit(models.Model): def update_from_unit(self, unit, force): location = ', '.join(unit.getlocations()) - flags = '' # FIXME + flags = ', '.join(unit.typecomments) target = join_plural(unit.target.strings) fuzzy = unit.isfuzzy() translated = unit.istranslated()