|
@@ -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);
|
|
|
|