Fix Mimetype to MIME type

This commit is contained in:
Roberto Rosario
2015-01-17 02:46:05 -04:00
parent 9b4918f601
commit 216d5b0a3b

View File

@@ -1114,7 +1114,7 @@ def document_version_list(request, document_pk):
'attribute': 'timestamp',
},
{
'name': _(u'Mimetype'),
'name': _(u'MIME type'),
'attribute': 'mimetype',
},
{