mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-11 20:55:59 +02:00
IDE: localized 'Unneeded dependencies' menu item caption in package graph explorer
git-svn-id: trunk@40787 -
This commit is contained in:
parent
1fd0efa2e4
commit
7c9e3bef61
@ -4307,6 +4307,7 @@ resourcestring
|
||||
// package explorer (package graph)
|
||||
lisMenuPackageGraph = 'Package Graph';
|
||||
lisPckExplUninstallPackage = 'Uninstall package %s';
|
||||
lisPckShowUnneededDependencies = 'Show unneeded dependencies';
|
||||
lisPckExplPackageNotFound = 'Package %s not found';
|
||||
lisPckExplState = '%sState: ';
|
||||
lisPckExplAutoCreated = 'AutoCreated';
|
||||
|
@ -223,6 +223,7 @@ begin
|
||||
UninstallMenuItem.Visible:=(Pkg<>nil) and (Pkg.AutoInstall<>pitNope);
|
||||
if UninstallMenuItem.Visible then
|
||||
UninstallMenuItem.Caption:=Format(lisPckExplUninstallPackage, [Pkg.IDAsString]);
|
||||
CleanPkgDepsMenuItem.Caption:=lisPckShowUnneededDependencies;
|
||||
end;
|
||||
|
||||
procedure TPkgGraphExplorerDlg.InfoMemoKeyDown(Sender: TObject;
|
||||
|
Loading…
Reference in New Issue
Block a user