mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-08 01:41:22 +02:00
parent
21558ffbba
commit
d2b3e49003
@ -4181,6 +4181,7 @@ resourcestring
|
||||
lisPkgMangTheFileOfPackageWasNotFound = 'The file "%s" of package %s was not found.';
|
||||
lisPkgSysThePackageIsInstalledButNoValidPackageFileWasFound = 'The package "%s" is installed, '
|
||||
+'but no valid package file (.lpk) was found.%sA broken dummy package was created.';
|
||||
lisSkipTheseWarnings = 'Skip these warnings';
|
||||
|
||||
// package defs
|
||||
lisPkgDefsOutputDirectory = 'Output directory';
|
||||
|
@ -5596,7 +5596,7 @@ begin
|
||||
CurResult:=IDEQuestionDialog(lisPkgSysPackageFileNotFound,
|
||||
Format(lisPkgSysThePackageIsInstalledButNoValidPackageFileWasFound,
|
||||
[BrokenPackage.Name, LineEnding]),
|
||||
mtError,[mrOk,mrYesToAll,'Skip these warnings']);
|
||||
mtError, [mrOk, mrYesToAll, lisSkipTheseWarnings]);
|
||||
if CurResult=mrYesToAll then
|
||||
Quiet:=true;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user