diff options
author | Volker Hilsheimer <volker.hilsheimer@nokia.com> | 2009-07-16 10:39:46 (GMT) |
---|---|---|
committer | Volker Hilsheimer <volker.hilsheimer@nokia.com> | 2009-07-16 10:41:56 (GMT) |
commit | c9e6533c66934cd06e1d231bd0346250e63ac266 (patch) | |
tree | ca065ae839226accac2401d13cc695fe1949840f /src/xmlpatterns | |
parent | 09f2012b18e6ab5abbbf07adb8d4bc1ea28d11b0 (diff) | |
download | Qt-c9e6533c66934cd06e1d231bd0346250e63ac266.zip Qt-c9e6533c66934cd06e1d231bd0346250e63ac266.tar.gz Qt-c9e6533c66934cd06e1d231bd0346250e63ac266.tar.bz2 |
Fix (some) spelling and grammatical errors in translatable strings.
Requires an update of existing translations.
Fixes: 247314
Reviewed-by: TrustMe
Diffstat (limited to 'src/xmlpatterns')
-rw-r--r-- | src/xmlpatterns/parser/querytransformparser.ypp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xmlpatterns/parser/querytransformparser.ypp b/src/xmlpatterns/parser/querytransformparser.ypp index 5a7bcc3..74cee11 100644 --- a/src/xmlpatterns/parser/querytransformparser.ypp +++ b/src/xmlpatterns/parser/querytransformparser.ypp @@ -1739,7 +1739,7 @@ OptionalPriority: /* Empty. */ const AtomicValue::Ptr val(Decimal::fromLexical($2)); if(val->hasError()) { - parseInfo->staticContext->error(QtXmlPatterns::tr("The value of attribute %1 must of type %2, which %3 isn't.") + parseInfo->staticContext->error(QtXmlPatterns::tr("The value of attribute %1 must be of type %2, which %3 isn't.") .arg(formatKeyword(QLatin1String("priority")), formatType(parseInfo->staticContext->namePool(), BuiltinTypes::xsDecimal), formatData($2)), |