From 3bd64a539e17af164ff23591efb9c29dea1fe688 Mon Sep 17 00:00:00 2001 From: maxim Date: Mon, 12 Jan 2015 21:14:54 +0000 Subject: [PATCH] IDE: corrected message after r47319 #5aa14d0a7e git-svn-id: trunk@47358 - --- ide/lazarusidestrconsts.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ide/lazarusidestrconsts.pas b/ide/lazarusidestrconsts.pas index 111e78d82b..4f46fcdbc9 100644 --- a/ide/lazarusidestrconsts.pas +++ b/ide/lazarusidestrconsts.pas @@ -3188,7 +3188,7 @@ resourcestring lisConfirmation = 'Confirmation'; lisPkgTheProjectOverridesTheOutputDirectoryOfTheFollowin = 'The project ' +'overrides the output directory of the following packages.' - +'%sSee Project / Compiler Options / Additions and Overrides' + +'%sSee Project / Project Options (compiler options section) / Additions and Overrides' +'%s%s'; lisConfirmBuildAllProfiles = 'Lazarus will be rebuilt with the following profiles:%sContinue?'; lisNoBuildProfilesSelected = 'No profiles are selected to be built.';