IDE: adjust resource string name after previous commit

git-svn-id: trunk@29086 -
This commit is contained in:
maxim 2011-01-17 22:59:19 +00:00
parent 2cf8c44814
commit 3dbbd91726
2 changed files with 2 additions and 2 deletions

View File

@ -5128,7 +5128,7 @@ resourcestring
+'Delete one or make sure all search paths have correct order (Hint: FPC '
+'uses last path first).';
lisPEMissingFilesOfPackage = 'Missing files of package %s';
lisPENoFilesMissingAllFilesExists = 'No files missing. All files exist.';
lisPENoFilesMissingAllFilesExist = 'No files missing. All files exist.';
lisPERemoveSelectedFiles = 'Remove selected files';
implementation

View File

@ -111,7 +111,7 @@ begin
end;
end;
if i=0 then begin
s:=lisPENoFilesMissingAllFilesExists;
s:=lisPENoFilesMissingAllFilesExist;
if FilesTreeView.Items.TopLvlCount>i then
FilesTreeView.Items.TopLvlItems[i].Text:=s
else