Skip to content

Commit

Permalink
Language fix
Browse files Browse the repository at this point in the history
  • Loading branch information
antoineguilbert committed Jun 28, 2018
1 parent 54bbccd commit 39bfe25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ function createMenu (){
{label: i18n.__('Disconnect account'), click: function click() {clearAppCache(); }},
{type: 'separator'},
{label: i18n.__('Hide')+' '+name,role: 'hide'},
{label: i18n.__('Hider others'),role: 'hideothers'},
{label: i18n.__('Hide others'),role: 'hideothers'},
{label: i18n.__('Unhide'),role: 'unhide'},
{type: 'separator'},
{label: i18n.__('Quit'),role: 'quit'}
Expand Down

0 comments on commit 39bfe25

Please sign in to comment.