mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-23 04:39:36 +02:00
IDE: improved 'package not found' message, bug #21414
git-svn-id: trunk@35698 -
This commit is contained in:
parent
f46f6f6747
commit
39e6b5702c
@ -3679,8 +3679,8 @@ resourcestring
|
||||
lisPkgMangTheProjectRequiresThePackageButItWasNotFound = 'The project '
|
||||
+'requires the package %s%s%s.%sBut it was not found. See Project -> '
|
||||
+'Project Inspector.';
|
||||
lisPkgMangARequiredPackagesWasNotFound = 'A required packages was not '
|
||||
+'found. See package graph.';
|
||||
lisPkgMangRequiredPackagesWereNotFound = 'One or more required packages were not '
|
||||
+'found. See package graph for details.';
|
||||
lisPkgMangCircularDependencies = 'Circular dependencies found';
|
||||
lisPkgMangThePackageIsCompiledAutomaticallyAndItsOutputDirec = 'The package '
|
||||
+'%s is compiled automatically and its output directory is "%s", which is '
|
||||
@ -3733,7 +3733,7 @@ resourcestring
|
||||
+'interactive, aborting now.';
|
||||
lisPkgMangPackageConflicts = 'Package conflicts';
|
||||
lisPkgMangThereIsAlreadyAPackageLoadedFromFile = 'There is already a '
|
||||
+'package %s%s%s loaded%sfrom file %s%s%s.%sSee Components -> Package '
|
||||
+'package %s%s%s loaded%sfrom file %s%s%s.%sSee Package -> Package '
|
||||
+'Graph.%sReplace is impossible.';
|
||||
lisPkgMangSavePackage = 'Save package?';
|
||||
lisPkgMangLoadingPackageWillReplacePackage = 'Loading package %s will '
|
||||
|
@ -1249,7 +1249,7 @@ begin
|
||||
end;
|
||||
DoShowPackageGraphPathList(PathList);
|
||||
Result:=IDEMessageDialogAb(lisPkgMangBrokenDependency,
|
||||
lisPkgMangARequiredPackagesWasNotFound,
|
||||
lisPkgMangRequiredPackagesWereNotFound,
|
||||
mtError,Btns,ShowAbort);
|
||||
if not ShowAbort then
|
||||
Result := mrCancel; // User confirmed error, implicitly cancel the action
|
||||
|
Loading…
Reference in New Issue
Block a user