diff --git a/interfaces/bodypartformatter.h b/interfaces/bodypartformatter.h index 4ff33fa7e..62c214357 100644 --- a/interfaces/bodypartformatter.h +++ b/interfaces/bodypartformatter.h @@ -74,7 +74,7 @@ namespace KMail { Subtype alone or both type and subtype may be "*", which is taken as a wildcard, so that e.g. type=text subtype=* matches any text subtype, but with lesser specificity than a concrete - mimetype such as test/plain. type=* is only allowed when + mimetype such as text/plain. type=* is only allowed when subtype=*, too. */ class BodyPartFormatterPlugin {