diff --git a/ide/lazarusidestrconsts.pas b/ide/lazarusidestrconsts.pas index 6826f505f9..3e7b109b95 100644 --- a/ide/lazarusidestrconsts.pas +++ b/ide/lazarusidestrconsts.pas @@ -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';