mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-14 19:59:14 +02:00
IDE: improve Project Inspector (display of preferred package filename) localization
git-svn-id: trunk@25445 -
This commit is contained in:
parent
e325bd69a0
commit
5cd1dd7702
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user