mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-06 18:58:14 +02:00
Build profiles: improving text in MessageDialog a little.
git-svn-id: trunk@27996 -
This commit is contained in:
parent
922fcecd9f
commit
c10af39edc
@ -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';
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user