mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-04 08:07:34 +01:00
IDE: Remove a wrong resource string for publish module.
git-svn-id: trunk@58904 -
This commit is contained in:
parent
9f252da8ea
commit
a37df13898
@ -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';
|
||||
|
||||
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user