Update as upstream
authorPlusb Preco <plusb21@gmail.com>
Sun, 13 Sep 2015 23:07:24 +0000 (08:07 +0900)
committerPlusb Preco <plusb21@gmail.com>
Sun, 13 Sep 2015 23:07:24 +0000 (08:07 +0900)
docs-translations/ko/api/menu.md

index 89abcf2..a8ac499 100644 (file)
@@ -164,11 +164,11 @@ if (process.platform == 'darwin') {
       {
         label: 'Hide Others',
         accelerator: 'Command+Shift+H',
-        role: 'hideothers:'
+        role: 'hideothers'
       },
       {
         label: 'Show All',
-        role: 'unhide:'
+        role: 'unhide'
       },
       {
         type: 'separator'