From f659dee1cc4947e18826457bfddc3ce59a38cdf9 Mon Sep 17 00:00:00 2001 From: tombo Date: Tue, 12 Feb 2008 12:01:02 +0000 Subject: [PATCH] IDE options: renamed LazDoc to FPDoc in captions git-svn-id: trunk@14109 - --- ide/lazarusidestrconsts.pas | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ide/lazarusidestrconsts.pas b/ide/lazarusidestrconsts.pas index 50d8ef82c8..b2d0c06530 100644 --- a/ide/lazarusidestrconsts.pas +++ b/ide/lazarusidestrconsts.pas @@ -3175,7 +3175,7 @@ resourcestring lisPckOptsAutoRebuildWhenRebuildingAll = 'Auto rebuild when rebuilding all'; lisPckOptsManualCompilationNeverAutomatically = 'Manual compilation (never ' +'automatically)'; - lisPckOptsLazDocLazarusDocumentation = 'LazDoc - Lazarus documentation'; + lisPckOptsLazDocLazarusDocumentation = 'FPDoc files path'; lisPckOptsAddPathsToDependentPackagesProjects = 'Add paths to dependent ' +'packages/projects'; lisPckOptsInclude = 'Include'; @@ -3486,7 +3486,7 @@ resourcestring +'supported now'; lisCodeHelpConfirmreplace = 'Confirm replace'; lisCodeHelpReplaceButton = 'Replace'; - lisCodeHelpPathsGroupBox = 'LazDoc settings'; + lisCodeHelpPathsGroupBox = 'FPDoc files path'; lisCodeHelpHintBoldFormat = 'Insert bold formatting tag'; lisCodeHelpHintItalicFormat = 'Insert italic formatting tag'; lisCodeHelpHintUnderlineFormat = 'Insert underline formatting tag';