From 9327fd485dfba7bf7e1e7359c983cf5ec07e97cb Mon Sep 17 00:00:00 2001 From: Luigi Toscano Date: Fri, 2 Jul 2021 19:27:53 +0200 Subject: [PATCH] Fix terminology: MIME Type --- core/document.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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");