equal
deleted
inserted
replaced
110 static |
110 static |
111 const QString nameIsXML(const QString &lexTarget) |
111 const QString nameIsXML(const QString &lexTarget) |
112 { |
112 { |
113 return QtXmlPatterns::tr("The target name in a processing instruction " |
113 return QtXmlPatterns::tr("The target name in a processing instruction " |
114 "cannot be %1 in any combination of upper " |
114 "cannot be %1 in any combination of upper " |
115 "and lower case. Therefore, is %2 invalid.") |
115 "and lower case. Therefore, %2 is invalid.") |
116 .arg(formatKeyword("xml"), formatKeyword(lexTarget)); |
116 .arg(formatKeyword("xml"), formatKeyword(lexTarget)); |
117 } |
117 } |
118 }; |
118 }; |
119 |
119 |
120 template<typename TReportContext, |
120 template<typename TReportContext, |