IDE: missing package files: fixed caption

git-svn-id: trunk@29012 -
This commit is contained in:
mattias 2011-01-14 17:48:32 +00:00
parent a9ec713bf8
commit e53fe4d7de
2 changed files with 2 additions and 1 deletions

View File

@ -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:';

View File

@ -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;