diff --git a/src/translations/vnote_zh_CN.ts b/src/translations/vnote_zh_CN.ts
index 68173100..aee34896 100644
--- a/src/translations/vnote_zh_CN.ts
+++ b/src/translations/vnote_zh_CN.ts
@@ -3431,7 +3431,7 @@
- Custom some standard shortcuts
+ Customize some standard shortcuts
自定义部分标准快捷键
diff --git a/src/vmainwindow.cpp b/src/vmainwindow.cpp
index a988d084..0c5fd2f1 100644
--- a/src/vmainwindow.cpp
+++ b/src/vmainwindow.cpp
@@ -1064,8 +1064,8 @@ void VMainWindow::initFileMenu()
fileMenu->addAction(openConfigAct);
- QAction *customShortcutAct = new QAction(tr("Custom Shortcuts"), this);
- customShortcutAct->setToolTip(tr("Custom some standard shortcuts"));
+ QAction *customShortcutAct = new QAction(tr("Customize Shortcuts"), this);
+ customShortcutAct->setToolTip(tr("Customize some standard shortcuts"));
connect(customShortcutAct, &QAction::triggered,
this, &VMainWindow::customShortcut);