mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-09 11:48:34 +02:00
* fixed formatting parameter in SWarnRetryDeleteFile
git-svn-id: trunk@40614 -
This commit is contained in:
parent
645b924b0c
commit
a5b0531980
@ -1683,7 +1683,7 @@ ResourceString
|
||||
SWarngcclibpath = 'Warning: Unable to determine the libgcc path.';
|
||||
SWarnNoFCLProcessSupport= 'No FCL-Process support';
|
||||
SWarnRetryRemDirectory = 'Failed to remove directory "%s". Retry after a short delay';
|
||||
SWarnRetryDeleteFile = 'Failed to remove file "%f". Retry after a short delay';
|
||||
SWarnRetryDeleteFile = 'Failed to remove file "%s". Retry after a short delay';
|
||||
SWarnCombinedPathAndUDir= 'Warning: Better do not combine the SearchPath and Global/Local-UnitDir parameters';
|
||||
SWarnRemovedNonEmptyDirectory = 'Warning: Removed non empty directory "%s"';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user