Rename Custom to Customize.
This commit is contained in:
Igetin 2018-04-29 02:50:34 +03:00 committed by Le Tan
parent d917c942d9
commit 1355997b4d
2 changed files with 3 additions and 3 deletions

View File

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

View File

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