IDE: Remove a wrong resource string for publish module.

git-svn-id: trunk@58904 -
This commit is contained in:
juha 2018-09-07 11:03:47 +00:00
parent 9f252da8ea
commit a37df13898
2 changed files with 1 additions and 2 deletions

View File

@ -3878,7 +3878,6 @@ resourcestring
+'syntax *.pas;*.pp corresponds to ^(.*\.pas|.*\.pp)$';
lisUseFilterForExtraFiles = 'Use filter to include extra files';
lisCopyFilesFailed = 'Copying files failed.';
lisCopyPackagesFailed = 'Copying packages failed.';
lisWriteProjectInfoFailed = 'Writing the project info file failed.';
lisWritePackageInfoFailed = 'Writing the package info file failed.';
lisPublishedTo = 'Published to %s';

View File

@ -490,7 +490,7 @@ begin
Result := CopyPackageFiles;
if Result <> mrOk then
begin
IDEMessageDialog(lisError, lisCopyPackagesFailed, mtInformation,[mbOk]);
IDEMessageDialog(lisError, lisCopyFilesFailed, mtInformation,[mbOk]);
exit;
end;
Result := WritePackageInfo;