From d317df2f2058beedf1f646b46fee102128073d53 Mon Sep 17 00:00:00 2001 From: Mefsaal Date: Fri, 29 Apr 2022 23:05:16 -0300 Subject: [PATCH] bugfix --- src/i18n/en_US.json | 2 +- src/main/plugins/menubar.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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() },