diff --git a/core/document.cpp b/core/document.cpp index 9973f573e..57a62e855 100644 --- a/core/document.cpp +++ b/core/document.cpp @@ -5422,7 +5422,7 @@ QString DocumentInfo::getKeyTitle(Key key) // const return i18n("Modified"); break; case MimeType: - return i18n("Mime Type"); + return i18n("MIME Type"); break; case Category: return i18n("Category");