IDE: improve Project Inspector (display of preferred package filename) localization

git-svn-id: trunk@25445 -
This commit is contained in:
maxim 2010-05-15 20:08:15 +00:00
parent e325bd69a0
commit 5cd1dd7702

View File

@ -537,7 +537,7 @@ begin
AFilename:=Dependency.MakeFilenameRelativeToOwner(
Dependency.DefaultFilename);
if Dependency.PreferDefaultFilename then
NodeText:=NodeText+' in '+AFilename // like the 'in' keyword the uses section
NodeText:=Format(lisCEIn, [NodeText,AFilename]) // like the 'in' keyword in the uses section
else
NodeText:=Format(lisPckEditDefault, [NodeText, AFilename]);
end;