Commit a559f734 by benjaoming

typo

parent 469d050c
...@@ -97,7 +97,7 @@ class ImageRevision(RevisionPluginRevision): ...@@ -97,7 +97,7 @@ class ImageRevision(RevisionPluginRevision):
ordering = ('-created',) ordering = ('-created',)
def __unicode__(self): def __unicode__(self):
title = _(u'Image Revsion: %d') % self.revision_number title = _(u'Image Revision: %d') % self.revision_number
return unicode(title) return unicode(title)
......
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