From a6ac7a5913974af3a4347a59a3ef6cf4ab4ae93c Mon Sep 17 00:00:00 2001 From: ChenX Date: Wed, 16 Jun 2021 10:24:33 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BC=80=E5=8F=91:=E6=9B=B4=E6=96=B0=E6=8F=90?= =?UTF-8?q?=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/UI/Components/CommandPanel/CommandList.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/UI/Components/CommandPanel/CommandList.ts b/src/UI/Components/CommandPanel/CommandList.ts index 54fdbca70..e2c74df9f 100644 --- a/src/UI/Components/CommandPanel/CommandList.ts +++ b/src/UI/Components/CommandPanel/CommandList.ts @@ -1,6 +1,7 @@ import { CommandNames } from "../../../Common/CommandNames"; import { HotkeyList } from "../../../Common/HotKeyList"; import { IconEnum } from "../../IconEnum"; + /** * 命令面板列表数据 * 非搜索项放在开头,暂勿随意更改位置,待优化 @@ -1180,7 +1181,7 @@ export const CommandList: ICommand[] = [ defaultCustom: "DELETEDIM", command: CommandNames.DeleteDim, type: "标注", - chName: "快速删除", + chName: "删除标注", // enName: "Delete Dimension", chDes: "快速删除标注", },