mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-08 08:38:19 +02:00
IDE: removed duplicate resourcestring
git-svn-id: trunk@31166 -
This commit is contained in:
parent
871983422f
commit
f5c2cd5af7
@ -3752,8 +3752,6 @@ resourcestring
|
||||
lisPkgSysUnitWasNotFoundInTheLpkFileProbablyThisLpkFileWasN = 'Unit "%s" was'
|
||||
+' not found in the lpk file.%sProbably this lpk file was not used for '
|
||||
+'building this IDE. Or the package misuses the procedure RegisterUnit.';
|
||||
lisPkgSysUnitWasRemovedFromPackageLpk2 = 'Unit "%s" was removed from package'
|
||||
+' (lpk)';
|
||||
lisPkgSysUnitWasRemovedFromPackageLpk = 'Unit "%s" was removed from package '
|
||||
+'(lpk)';
|
||||
lisPkgSysCanNotRegisterComponentsWithoutUnit = 'Can not register components '
|
||||
|
@ -1321,7 +1321,7 @@ begin
|
||||
end else begin
|
||||
if not (pffReportedAsRemoved in FRegistrationFile.Flags) then begin
|
||||
RegistrationError(
|
||||
Format(lisPkgSysUnitWasRemovedFromPackageLpk2, [
|
||||
Format(lisPkgSysUnitWasRemovedFromPackageLpk, [
|
||||
FRegistrationUnitName]));
|
||||
FRegistrationFile.Flags:=FRegistrationFile.Flags+[pffReportedAsRemoved];
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user