mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-01 22:00:20 +02:00
IDE: remove a duplicate resource string
git-svn-id: trunk@33347 -
This commit is contained in:
parent
8e1a2b754d
commit
b5c103dc11
@ -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';
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user