* fix typo downstream from Debian (Mazen)

git-svn-id: trunk@12873 -
This commit is contained in:
marco 2009-03-10 07:26:11 +00:00
parent be06f28b18
commit e0a5de2280

View File

@ -75,7 +75,7 @@ resourcestring
SInvalidVarOpWithHResultWithPrefix = 'Invalid variant operation (%s%.8x)'+LineEnding+'%s';
SNoError = 'No error.';
SNoThreadSupport = 'Threads not supported. Recompile program with thread driver.';
SMissingWStringManager = 'Widestring manager not available. Recompile program with appropiate manager.';
SMissingWStringManager = 'Widestring manager not available. Recompile program with appropriate manager.';
SOSError = 'System error, (OS Code %d):'+LineEnding+'%s';
SOutOfMemory = 'Out of memory';
SOverflow = 'Floating point overflow';