From d9955e8f5b894b41a68cbc3eddd03ffca329ab24 Mon Sep 17 00:00:00 2001 From: sibaki_girls <56490448+juggernautjp@users.noreply.github.com> Date: Fri, 25 Jun 2021 06:45:53 +0900 Subject: [PATCH] Update src/menu-manager.coffee Co-authored-by: Sadick --- src/menu-manager.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/menu-manager.coffee b/src/menu-manager.coffee index c49b4bc51..bbccf669b 100644 --- a/src/menu-manager.coffee +++ b/src/menu-manager.coffee @@ -84,7 +84,7 @@ class MenuManager # ``` # # * `items` An {Array} of menu item {Object}s containing the keys: - # * `label` The {String} menu label, which is used for localiztion (in `atom-i18n` package). + # * `label` The {String} menu label. # * `submenu` An optional {Array} of sub menu items. # * `command` An optional {String} command to trigger when the item is # clicked.