mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-16 19:19:19 +02:00
* Extention -> extension (By Reinier, bug ID #25979)
git-svn-id: trunk@27751 -
This commit is contained in:
parent
36c662f69f
commit
b26e9cc201
@ -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 ).';
|
||||
|
Loading…
Reference in New Issue
Block a user