mirror of
https://gitee.com/vnotex/vnote.git
synced 2025-07-05 13:59:52 +08:00
parent
d917c942d9
commit
1355997b4d
@ -3431,7 +3431,7 @@
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../vmainwindow.cpp" line="1045"/>
|
||||
<source>Custom some standard shortcuts</source>
|
||||
<source>Customize some standard shortcuts</source>
|
||||
<translation>自定义部分标准快捷键</translation>
|
||||
</message>
|
||||
<message>
|
||||
|
@ -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);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user