mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-28 21:41:01 +02:00
IDE: remove a duplicate resource string + reorder Package related strings.
git-svn-id: trunk@29857 -
This commit is contained in:
parent
a505014347
commit
e38c28be28
@ -2809,7 +2809,7 @@ begin
|
||||
AddDefault(C, 'Open package of current unit', lisMenuOpenPackageOfCurUnit, ecOpenPackageOfCurUnit);
|
||||
AddDefault(C, 'Add active unit to a package', lisMenuAddCurUnitToPkg, ecAddCurUnitToPkg);
|
||||
AddDefault(C, 'Package graph', lisKMPackageGraph, ecPackageGraph);
|
||||
AddDefault(C, 'Configure installed packages', lisKMConfigureInstalledPackages, ecEditInstallPkgs);
|
||||
AddDefault(C, 'Configure installed packages', lisInstallUninstallPackages, ecEditInstallPkgs);
|
||||
AddDefault(C, 'Configure custom components', lisKMConfigureCustomComponents, ecConfigCustomComps);
|
||||
|
||||
// tools menu
|
||||
|
@ -394,11 +394,7 @@ resourcestring
|
||||
lisMenuOpenPackageFile = 'Open package file (.lpk) ...';
|
||||
lisMenuOpenPackageOfCurUnit = 'Open package of current unit';
|
||||
lisMenuAddCurUnitToPkg = 'Add active unit to a package';
|
||||
lisKMPackageGraph = 'Package graph';
|
||||
lisKMConfigureInstalledPackages = 'Install/Uninstall packages';
|
||||
lisKMConfigureCustomComponents = 'Configure custom components';
|
||||
lisMenuPackageGraph = 'Package Graph ...';
|
||||
lisMenuEditInstallPkgs = 'Install/Uninstall packages ...';
|
||||
lisMenuConfigCustomComps = 'Configure custom components ...';
|
||||
|
||||
lisMenuConfigExternalTools = 'Configure external tools ...';
|
||||
@ -4250,11 +4246,13 @@ resourcestring
|
||||
lisSelectAHelpItem = 'Select a help item:';
|
||||
lisErrorMovingComponent = 'Error moving component';
|
||||
lisErrorNamingComponent = 'Error naming component';
|
||||
lisErrorSettingTheNameOfAComponentTo = 'Error setting the name of a '
|
||||
+'component %s to %s';
|
||||
lisErrorSettingTheNameOfAComponentTo = 'Error setting the name of a component %s to %s';
|
||||
lisErrorMovingComponent2 = 'Error moving component %s:%s';
|
||||
lisInstallUninstallPackages = 'Install/Uninstall packages';
|
||||
lisMenuEditInstallPkgs = 'Install/Uninstall packages ...';
|
||||
lisAvailablePackages = 'Available packages';
|
||||
lisKMPackageGraph = 'Package graph';
|
||||
lisMenuPackageGraph = 'Package Graph ...';
|
||||
lisExportList = 'Export list';
|
||||
lisDoNotInstall = 'Do not install';
|
||||
lisImportList = 'Import list';
|
||||
|
Loading…
Reference in New Issue
Block a user