From 0ddd7092da4490fef8b7281e6674d64848c00753 Mon Sep 17 00:00:00 2001 From: Yufan You Date: Tue, 13 Feb 2024 15:47:01 +0800 Subject: [PATCH] fix(preferences/general): change app name "CP Editor" -> "cpeditor" (#332) --- content/docs/preferences/general/_index.md | 2 +- content/docs/preferences/general/_index.ru.md | 2 +- content/docs/preferences/general/_index.zh.md | 2 +- content/docs/preferences/general/_index.zh_tw.md | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/content/docs/preferences/general/_index.md b/content/docs/preferences/general/_index.md index 131090670..8adce9ea3 100644 --- a/content/docs/preferences/general/_index.md +++ b/content/docs/preferences/general/_index.md @@ -9,7 +9,7 @@ In CP Editor, each file has a temporary directory, it can be used to save the ex You can treat it as a place to safely save something for each tab (i.e. each file) without affecting other files on your disk, and it will be automatically deleted when the tab is closed. -On Linux, it's `/tmp/CP Editor-XXXXXX`. On Windows, it's `C:\Users\\AppData\Local\Temp\CP Editor-XXXXXX`. +On Linux, it's `/tmp/cpeditor-XXXXXX`. On Windows, it's `C:\Users\\AppData\Local\Temp\cpeditor-XXXXXX`. ### Regular Expression diff --git a/content/docs/preferences/general/_index.ru.md b/content/docs/preferences/general/_index.ru.md index 131090670..8adce9ea3 100644 --- a/content/docs/preferences/general/_index.ru.md +++ b/content/docs/preferences/general/_index.ru.md @@ -9,7 +9,7 @@ In CP Editor, each file has a temporary directory, it can be used to save the ex You can treat it as a place to safely save something for each tab (i.e. each file) without affecting other files on your disk, and it will be automatically deleted when the tab is closed. -On Linux, it's `/tmp/CP Editor-XXXXXX`. On Windows, it's `C:\Users\\AppData\Local\Temp\CP Editor-XXXXXX`. +On Linux, it's `/tmp/cpeditor-XXXXXX`. On Windows, it's `C:\Users\\AppData\Local\Temp\cpeditor-XXXXXX`. ### Regular Expression diff --git a/content/docs/preferences/general/_index.zh.md b/content/docs/preferences/general/_index.zh.md index 951b6d76a..a7bf5b056 100644 --- a/content/docs/preferences/general/_index.zh.md +++ b/content/docs/preferences/general/_index.zh.md @@ -9,7 +9,7 @@ weight: 1000 你可以将其视为一个能够安全地为每个标签页(即每个文件)保存内容而不影响磁盘上其他文件的地方,并且在关闭标签页时它会被自动删除。 -在 Linux 上,它位于 `/tmp/CP Editor-XXXXXX`。在 Windows 上,它位于 `C:\Users\\AppData\Local\Temp\CP Editor-XXXXXX`。 +在 Linux 上,它位于 `/tmp/cpeditor-XXXXXX`。在 Windows 上,它位于 `C:\Users\\AppData\Local\Temp\cpeditor-XXXXXX`。 ### 正则表达式 diff --git a/content/docs/preferences/general/_index.zh_tw.md b/content/docs/preferences/general/_index.zh_tw.md index c636eaea6..cb30687fa 100644 --- a/content/docs/preferences/general/_index.zh_tw.md +++ b/content/docs/preferences/general/_index.zh_tw.md @@ -11,8 +11,8 @@ CP Editor 中,每個檔案都位於各自的臨時目錄,用來存放可執 暫存目錄的位置因不同系統而異: -- Linux:`/tmp/CP Editor-XXXXXX` -- Windows:`C:\Users\<您的使用者名稱>\AppData\Local\Temp\CP Editor-XXXXXX` +- Linux:`/tmp/cpeditor-XXXXXX` +- Windows:`C:\Users\<您的使用者名稱>\AppData\Local\Temp\cpeditor-XXXXXX` ### 正規表達式