mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-01 02:12:33 +02:00
IDE: improved 'Unable to create backup' message dialog localization
git-svn-id: trunk@28282 -
This commit is contained in:
parent
a78ea52805
commit
353f8f3bab
@ -1074,7 +1074,7 @@ begin
|
||||
repeat
|
||||
if not DirPathExists(SubDir) then begin
|
||||
if not CreateDirUTF8(SubDir) then begin
|
||||
Result:=IDEMessageDialog('Warning',
|
||||
Result:=IDEMessageDialog(lisCCOWarningCaption,
|
||||
Format(lisUnableToCreateBackupDirectory, ['"',SubDir, '"'])
|
||||
,mtWarning,[mbAbort,mbRetry,mbIgnore]);
|
||||
if Result=mrAbort then exit;
|
||||
|
Loading…
Reference in New Issue
Block a user