mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-17 17:39:20 +02:00
IDE: fixed typo
git-svn-id: trunk@57903 -
This commit is contained in:
parent
157312616b
commit
9895db58bb
@ -2460,7 +2460,7 @@ resourcestring
|
|||||||
lisCCOMsgRTLUnitNotFound = 'RTL unit not found: %s';
|
lisCCOMsgRTLUnitNotFound = 'RTL unit not found: %s';
|
||||||
lisCCOMissingUnit = 'Missing unit';
|
lisCCOMissingUnit = 'Missing unit';
|
||||||
lisCCORTLUnitNotFoundDetailed = 'The RTL unit %s was not found.%s'
|
lisCCORTLUnitNotFoundDetailed = 'The RTL unit %s was not found.%s'
|
||||||
+'This typically means your %s has has wrong unit paths. Or your installation is broken.';
|
+'This typically means your %s has wrong unit paths. Or your installation is broken.';
|
||||||
dlgCCOTestRTLUnits = 'Test: Checking RTL units ...';
|
dlgCCOTestRTLUnits = 'Test: Checking RTL units ...';
|
||||||
dlgCCOTestCompilerDate = 'Test: Checking compiler date ...';
|
dlgCCOTestCompilerDate = 'Test: Checking compiler date ...';
|
||||||
lisCCOErrorCaption = 'Error';
|
lisCCOErrorCaption = 'Error';
|
||||||
|
Loading…
Reference in New Issue
Block a user