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.