diff --git a/src/vectormenu.js b/src/vectormenu.js index f78635c..d17a993 100644 --- a/src/vectormenu.js +++ b/src/vectormenu.js @@ -132,11 +132,11 @@ function buildMenuTemplate() { submenu: [ { role: 'about', - label: _t('About'), + label: _t('About') + ' ' + app.name, }, { type: 'separator' }, { - label: _t('Preferences'), + label: _t('Preferences') + '…', accelerator: 'Command+,', // Mac-only accelerator click() { global.mainWindow.webContents.send('preferences'); }, },