mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-05 16:20:58 +02:00
IDE: missing package files: fixed caption
git-svn-id: trunk@29012 -
This commit is contained in:
parent
a9ec713bf8
commit
e53fe4d7de
@ -2812,6 +2812,7 @@ resourcestring
|
|||||||
lisLazBuildCommonSettings = 'Common Settings';
|
lisLazBuildCommonSettings = 'Common Settings';
|
||||||
lisLazBuildConfirmBuild = 'Confirm before build';
|
lisLazBuildConfirmBuild = 'Confirm before build';
|
||||||
lisLazBuildOk = 'Ok';
|
lisLazBuildOk = 'Ok';
|
||||||
|
lisPERemoveFiles = 'Remove files';
|
||||||
lisLazBuildAdd = 'Add';
|
lisLazBuildAdd = 'Add';
|
||||||
lisLazBuildNewProf = 'Add New Profile';
|
lisLazBuildNewProf = 'Add New Profile';
|
||||||
lisLazBuildNewProfInfo = 'Current build options will be associated with:';
|
lisLazBuildNewProfInfo = 'Current build options will be associated with:';
|
||||||
|
@ -121,7 +121,7 @@ begin
|
|||||||
FilesTreeView.Items.TopLvlItems[FilesTreeView.Items.TopLvlCount-1].Free;
|
FilesTreeView.Items.TopLvlItems[FilesTreeView.Items.TopLvlCount-1].Free;
|
||||||
FilesTreeView.EndUpdate;
|
FilesTreeView.EndUpdate;
|
||||||
if i>0 then begin
|
if i>0 then begin
|
||||||
ButtonPanel1.OKButton.Caption:=lisPERemoveSelectedFiles;
|
ButtonPanel1.OKButton.Caption:=lisPERemoveFiles;
|
||||||
end else begin
|
end else begin
|
||||||
ButtonPanel1.OKButton.Caption:=lisLazBuildOk;
|
ButtonPanel1.OKButton.Caption:=lisLazBuildOk;
|
||||||
end;
|
end;
|
||||||
|
Loading…
Reference in New Issue
Block a user