From 1355997b4df0012bd4b662b574fecb9898a42476 Mon Sep 17 00:00:00 2001 From: Igetin Date: Sun, 29 Apr 2018 02:50:34 +0300 Subject: [PATCH] fix typo (#216) Rename Custom to Customize. --- src/translations/vnote_zh_CN.ts | 2 +- src/vmainwindow.cpp | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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);