src/xmlpatterns/schema/qxsdschemahelper.cpp
changeset 3 41300fa6a67c
parent 0 1918ee327afb
--- a/src/xmlpatterns/schema/qxsdschemahelper.cpp	Tue Jan 26 12:42:25 2010 +0200
+++ b/src/xmlpatterns/schema/qxsdschemahelper.cpp	Tue Feb 02 00:43:10 2010 +0200
@@ -727,7 +727,7 @@
             }
         } else {
             if (!wildcard) {
-                errorMsg = QtXmlPatterns::tr("Derived attribute %1 does not exists in the base definition.").arg(formatAttribute(derivedAttributeUse->attribute()->displayName(namePool)));
+                errorMsg = QtXmlPatterns::tr("Derived attribute %1 does not exist in the base definition.").arg(formatAttribute(derivedAttributeUse->attribute()->displayName(namePool)));
                 return false;
             }