mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-13 10:29:29 +02:00
IDE: adjust resource string name after previous commit
git-svn-id: trunk@29086 -
This commit is contained in:
parent
2cf8c44814
commit
3dbbd91726
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user