IDE: improved hint for Lazarus directory

This commit is contained in:
Maxim Ganetsky 2022-12-07 02:53:54 +03:00
parent 32963dc9d5
commit fd5e781141

View File

@ -1470,7 +1470,7 @@ resourcestring
dlgMaxRecentProjs = 'Max recent project files';
dlgMaxRecentHint = 'Value 0 means unlimited.';
dlgLazarusDir = 'Lazarus directory (default for all projects)';
lisLazarusDirHint = 'Lazarus sources. Stored as a path relative to PCP (%s).';
lisLazarusDirHint = 'Lazarus sources. This path is relative to primary config directory (%s).';
dlgFpcExecutable = 'Compiler executable (e.g. %s)';
dlgFpcSrcPath = 'FPC source directory';
dlgMakeExecutable = '"Make" executable';