* fixed typo (invalid type case -> invalid type cast)

git-svn-id: trunk@3025 -
This commit is contained in:
Jonas Maebe 2006-03-24 22:19:47 +00:00
parent 9d893195b5
commit 2c3d8af195

View File

@ -67,7 +67,7 @@ resourcestring
SInvalidInteger = '"%s" is an invalid integer';
SInvalidOp = 'Invalid floating point operation';
SInvalidPointer = 'Invalid pointer operation';
SInvalidVarCast = 'Invalid variant type case';
SInvalidVarCast = 'Invalid variant type cast';
SInvalidVarNullOp = 'Invalid NULL variant operation';
SInvalidVarOp = 'Invalid variant operation';
SInvalidVarOpWithHResultWithPrefix = 'Invalid variant operation (%s%.8x)'+LineEnding+'%s';