mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-01 14:20:41 +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';
|
||||
lisLazBuildConfirmBuild = 'Confirm before build';
|
||||
lisLazBuildOk = 'Ok';
|
||||
lisPERemoveFiles = 'Remove files';
|
||||
lisLazBuildAdd = 'Add';
|
||||
lisLazBuildNewProf = 'Add New Profile';
|
||||
lisLazBuildNewProfInfo = 'Current build options will be associated with:';
|
||||
|
@ -121,7 +121,7 @@ begin
|
||||
FilesTreeView.Items.TopLvlItems[FilesTreeView.Items.TopLvlCount-1].Free;
|
||||
FilesTreeView.EndUpdate;
|
||||
if i>0 then begin
|
||||
ButtonPanel1.OKButton.Caption:=lisPERemoveSelectedFiles;
|
||||
ButtonPanel1.OKButton.Caption:=lisPERemoveFiles;
|
||||
end else begin
|
||||
ButtonPanel1.OKButton.Caption:=lisLazBuildOk;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user