diff --git a/src/i18n/en_US.json b/src/i18n/en_US.json index dbec1149..f975a81e 100644 --- a/src/i18n/en_US.json +++ b/src/i18n/en_US.json @@ -297,7 +297,7 @@ "menubar.options.controls": "Controls", "menubar.options.next": "Next", "menubar.options.playpause": "Play/Pause", - "menubar.options.previous ": "Previous", + "menubar.options.previous": "Previous", "menubar.options.volumeup": "Volume Up", "menubar.options.volumedown": "Volume Down", "menubar.options.browse": "Browse", diff --git a/src/main/plugins/menubar.ts b/src/main/plugins/menubar.ts index e4aa67e2..07c860d1 100644 --- a/src/main/plugins/menubar.ts +++ b/src/main/plugins/menubar.ts @@ -218,7 +218,7 @@ export default class Thumbar { }, {type: 'separator'}, { - label: utils.getLocale('Toggle Developer Tools', 'menubar.options.devtools'), + label: utils.getLocale('Toggle Developer Tools', 'menubar.options.toggledevtools'), accelerator: utils.getStoreValue("general.keybindings.openDeveloperTools").join('+'), click: () => utils.getWindow().webContents.openDevTools() },