summaryrefslogtreecommitdiff
path: root/plugins/Libs
diff options
context:
space:
mode:
authordartraiden <wowemuh@gmail.com>2023-07-31 17:51:19 +0300
committerdartraiden <wowemuh@gmail.com>2023-07-31 17:53:19 +0300
commit7a267fb283014d307afeea2caa0bd2a7bd90b2ca (patch)
treefa38f93a489c88740407be099fa2a4b609700955 /plugins/Libs
parent53db4f1fb21c048e081a3ebf9047147882951fba (diff)
Rename offline files to cloud files (except for function names)
Diffstat (limited to 'plugins/Libs')
-rw-r--r--plugins/Libs/kol.pas2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Libs/kol.pas b/plugins/Libs/kol.pas
index c63cdf354b..a33677c6c7 100644
--- a/plugins/Libs/kol.pas
+++ b/plugins/Libs/kol.pas
@@ -12054,7 +12054,7 @@ const
{* Use this flag to create compressed file. Has effect only on NTFS, and
only if ofAttrCompressed is not specified also. }
ofAttrOffline = {$IFDEF LIN} 0 {$ELSE} $10000000 {$ENDIF};
- {* Use this flag to create offline file. }
+ {* Use this flag to create cloud file. }
{$IFDEF _D3orHigher}
function WFileCreate(const FileName: KOLWideString; OpenFlags: DWord): THandle;