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

Better title

parent da7e13bf
......@@ -225,7 +225,7 @@ class Translation(models.Model):
})
def __unicode__(self):
return '%s %s' % (self.language.name, self.subproject.__unicode__())
return '%s - %s' % (self.subproject.__unicode__(), _(self.language.name))
def get_filename(self):
return os.path.join(self.subproject.get_path(), self.filename)
......
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