IDE: removed duplicate resourcestring

git-svn-id: trunk@31166 -
This commit is contained in:
maxim 2011-06-11 14:17:40 +00:00
parent 871983422f
commit f5c2cd5af7
2 changed files with 1 additions and 3 deletions

View File

@ -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 '

View File

@ -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;