diff --git a/src/main/index.js b/src/main/index.js index 147fb8aaf8f4..5a4f55da53c1 100644 --- a/src/main/index.js +++ b/src/main/index.js @@ -21,7 +21,7 @@ function runApp() { showCopyImageAddress: true, prepend: (defaultActions, parameters, browserWindow) => [ { - label: 'Show Video Statistics', + label: 'Show / Hide Video Statistics', visible: parameters.mediaType === 'video', click: () => { browserWindow.webContents.send('showVideoStatistics')