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

Commit

Permalink
Merge pull request #3984 from luixxiul/l10n-hideBrave
Browse files Browse the repository at this point in the history
Make "Hide Brave" translatable
  • Loading branch information
bbondy authored Sep 14, 2016
2 parents d348ff9 + 871d65d commit 629fb77
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/browser/menu.js
Original file line number Diff line number Diff line change
Expand Up @@ -562,7 +562,7 @@ const createMenu = () => {
},
CommonMenu.separatorMenuItem,
{
label: `Hide ${appConfig.name}`,
label: locale.translation('hideBrave'),
accelerator: 'Command+H',
role: 'hide'
}, {
Expand Down
1 change: 1 addition & 0 deletions app/extensions/brave/locales/en-US/menu.properties
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ bringAllToFront=Bring All to Front
help=Help
sendUsFeedback=Send us Feedback...
services=Services
hideBrave=Hide Brave
hideOthers=Hide Others
showAll=Show All
newPrivateTab=New Private Tab
Expand Down
1 change: 1 addition & 0 deletions app/locale.js
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ var rendererIdentifiers = function () {
'help',
'sendUsFeedback',
'services',
'hideBrave',
'hideOthers',
'showAll',
'newPrivateTab',
Expand Down

0 comments on commit 629fb77

Please sign in to comment.