diff options
author | David Boddie <dboddie@trolltech.com> | 2009-11-03 15:06:05 (GMT) |
---|---|---|
committer | David Boddie <dboddie@trolltech.com> | 2009-11-03 15:06:05 (GMT) |
commit | c95a0e6e8eb8ba5fd2a4412b318ad998b3ccb4fc (patch) | |
tree | ab7635127756dbe55859aeda249dffd3ac0042d0 /src/xmlpatterns/schema/qxsdschemahelper.cpp | |
parent | 86e074f47848955cd0ffbc78112493af46c2ed12 (diff) | |
download | Qt-c95a0e6e8eb8ba5fd2a4412b318ad998b3ccb4fc.zip Qt-c95a0e6e8eb8ba5fd2a4412b318ad998b3ccb4fc.tar.gz Qt-c95a0e6e8eb8ba5fd2a4412b318ad998b3ccb4fc.tar.bz2 |
Doc/i18n: Fixed source strings for translation.
Reviewed-by: Oswald Buddenhagen
Diffstat (limited to 'src/xmlpatterns/schema/qxsdschemahelper.cpp')
-rw-r--r-- | src/xmlpatterns/schema/qxsdschemahelper.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xmlpatterns/schema/qxsdschemahelper.cpp b/src/xmlpatterns/schema/qxsdschemahelper.cpp index e9f32c2..7813808 100644 --- a/src/xmlpatterns/schema/qxsdschemahelper.cpp +++ b/src/xmlpatterns/schema/qxsdschemahelper.cpp @@ -727,7 +727,7 @@ bool XsdSchemaHelper::isValidAttributeUsesRestriction(const XsdAttributeUse::Lis } } 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; } |