* Extention -> extension (By Reinier, bug ID #25979)

git-svn-id: trunk@27751 -
This commit is contained in:
michael 2014-05-10 15:30:09 +00:00
parent 36c662f69f
commit b26e9cc201

View File

@ -103,7 +103,7 @@ resourcestring
SERR_InvalidSchemaNode = 'Invalid schema node.';
SERR_InvalidSymbolTable = 'Invalid Symbol table.';
SERR_InvalidTypeDef_AttributeNotFound = 'Invalid type definition, attributes not found : "%s".';
SERR_InvalidTypeDef_BaseAttributeNotFound = 'Invalid extention/restriction of type "%s" : "base" attribute not found.';
SERR_InvalidTypeDef_BaseAttributeNotFound = 'Invalid extension/restriction of type "%s" : "base" attribute not found.';
SERR_InvalidTypeDef_NamedAttributeNotFound = 'Invalid type definition, unable to find the "%s" attribute : "%s".';
SERR_InvalidTypeDef_NoChild = 'Invalid type definition, this element must have children.';
SERR_InvalidTypeName = 'Invalid type/element name( the name is empty ).';