Skip to content
This repository has been archived by the owner on Jun 11, 2021. It is now read-only.

Commit

Permalink
In menu, rename devtools => Chromium Developer Tools
Browse files Browse the repository at this point in the history
Signed-off-by: Jeffrey Morgan <[email protected]>
  • Loading branch information
jmorganca committed Oct 18, 2015
1 parent 92e821c commit 85adeab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/menutemplate.js
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ var MenuTemplate = function () {
label: 'View',
submenu: [
{
label: 'Toggle DevTools',
label: 'Toggle Chromium Developer Tools',
accelerator: 'Alt+' + util.CommandOrCtrl() + '+I',
click: function() { remote.getCurrentWindow().toggleDevTools(); }
}
Expand Down

0 comments on commit 85adeab

Please sign in to comment.