diff --git a/ide/lazarusidestrconsts.pas b/ide/lazarusidestrconsts.pas index a2a257da80..b5af23ca2a 100644 --- a/ide/lazarusidestrconsts.pas +++ b/ide/lazarusidestrconsts.pas @@ -4058,7 +4058,6 @@ resourcestring lisPckOptsAutoRebuildWhenRebuildingAll = 'Auto rebuild when rebuilding all'; lisPckOptsManualCompilationNeverAutomatically = 'Manual compilation (never ' +'automatically)'; - lisPckOptsLazDocLazarusDocumentation = 'FPDoc files path'; lisPckOptsAddPathsToDependentPackagesProjects = 'Add paths to dependent ' +'packages/projects'; lisPckOptsInclude = 'Include'; diff --git a/packager/frames/package_integration_options.pas b/packager/frames/package_integration_options.pas index f2e6eee9b9..3e0baf2855 100644 --- a/packager/frames/package_integration_options.pas +++ b/packager/frames/package_integration_options.pas @@ -125,7 +125,7 @@ begin UpdateRadioGroup.Items[0] := lisPckOptsAutomaticallyRebuildAsNeeded; UpdateRadioGroup.Items[1] := lisPckOptsAutoRebuildWhenRebuildingAll; UpdateRadioGroup.Items[2] := lisPckOptsManualCompilationNeverAutomatically; - LazDocGroupBox.Caption := lisPckOptsLazDocLazarusDocumentation; + LazDocGroupBox.Caption := lisCodeHelpPathsGroupBox; LazDocPathButton := TPathEditorButton.Create(Self); with LazDocPathButton do