This commit is contained in:
Mefsaal 2022-04-29 23:05:16 -03:00
parent 518b870f0f
commit d317df2f20
2 changed files with 2 additions and 2 deletions

View file

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

View file

@ -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()
},