mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-16 20:09:10 +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
|
repeat
|
||||||
if not DirPathExists(SubDir) then begin
|
if not DirPathExists(SubDir) then begin
|
||||||
if not CreateDirUTF8(SubDir) then begin
|
if not CreateDirUTF8(SubDir) then begin
|
||||||
Result:=IDEMessageDialog('Warning',
|
Result:=IDEMessageDialog(lisCCOWarningCaption,
|
||||||
Format(lisUnableToCreateBackupDirectory, ['"',SubDir, '"'])
|
Format(lisUnableToCreateBackupDirectory, ['"',SubDir, '"'])
|
||||||
,mtWarning,[mbAbort,mbRetry,mbIgnore]);
|
,mtWarning,[mbAbort,mbRetry,mbIgnore]);
|
||||||
if Result=mrAbort then exit;
|
if Result=mrAbort then exit;
|
||||||
|
Loading…
Reference in New Issue
Block a user