mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 18:09:30 +02:00
* fixed typo (invalid type case -> invalid type cast)
git-svn-id: trunk@3025 -
This commit is contained in:
parent
9d893195b5
commit
2c3d8af195
@ -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';
|
||||
|
Loading…
Reference in New Issue
Block a user