From c10af39edcfb9fb8658f3d056a75debcd7700559 Mon Sep 17 00:00:00 2001 From: juha Date: Sat, 30 Oct 2010 23:25:37 +0000 Subject: [PATCH] Build profiles: improving text in MessageDialog a little. git-svn-id: trunk@27996 - --- ide/lazarusidestrconsts.pas | 2 +- ide/main.pp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ide/lazarusidestrconsts.pas b/ide/lazarusidestrconsts.pas index 386562584b..4bce49a6eb 100644 --- a/ide/lazarusidestrconsts.pas +++ b/ide/lazarusidestrconsts.pas @@ -2748,7 +2748,7 @@ resourcestring // Build lazarus dialog lisConfirmLazarusRebuild = 'Do you want to rebuild Lazarus?'; - lisConfirmBuildAllProfiles = 'The following profiles will be built: %sContinue?'; + lisConfirmBuildAllProfiles = 'Lazarus will be rebuilt with the following profiles:%sContinue?'; lisNoBuildProfilesSelected = 'No profiles are selected to be built.'; lisCleanLazarusSource = 'Clean Lazarus Source'; lisMakeNotFound = 'Make not found'; diff --git a/ide/main.pp b/ide/main.pp index 905fe8fc08..b9834ba674 100644 --- a/ide/main.pp +++ b/ide/main.pp @@ -4270,7 +4270,7 @@ begin RealCurInd:=BuildLazProfiles.CurrentIndex; try FounfProfToBuild:=False; - s:=sLineBreak; + s:=sLineBreak + sLineBreak; for i:=0 to BuildLazProfiles.Count-1 do if BuildLazProfiles[i].BuildWithAll then begin s:=s+BuildLazProfiles[i].Name+sLineBreak;