mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-03 06:38:13 +02:00
IDE: deleted unused resourcestring
git-svn-id: trunk@33951 -
This commit is contained in:
parent
080f2b0ab4
commit
29fa66be81
@ -1032,9 +1032,7 @@ resourcestring
|
|||||||
lisPEFilename = 'Filename:';
|
lisPEFilename = 'Filename:';
|
||||||
lisPEUnitname = 'Unitname:';
|
lisPEUnitname = 'Unitname:';
|
||||||
lisPVUTheUnitnameIsUsedWhenTheIDEExtendsUsesClauses = 'The unitname is used '
|
lisPVUTheUnitnameIsUsedWhenTheIDEExtendsUsesClauses = 'The unitname is used '
|
||||||
+'when the IDE extends uses clauses.';
|
+'when the IDE extends uses clauses';
|
||||||
lisPETheUnitnameIsUsedWhenTheIDEExtendsUsesClauses = 'The unitname is used '
|
|
||||||
+'when the IDE extends uses clauses.';
|
|
||||||
lisPEInvalidUnitFilename = 'Invalid unit filename';
|
lisPEInvalidUnitFilename = 'Invalid unit filename';
|
||||||
lisPVUAPascalUnitMustHaveTheExtensionPpOrPas = 'A pascal unit must have the '
|
lisPVUAPascalUnitMustHaveTheExtensionPpOrPas = 'A pascal unit must have the '
|
||||||
+'extension .pp or .pas';
|
+'extension .pp or .pas';
|
||||||
|
Loading…
Reference in New Issue
Block a user