From bbc6433a758fcfcd07d919020d94e2041b3fdca1 Mon Sep 17 00:00:00 2001 From: probablycorey Date: Mon, 7 Apr 2014 14:18:16 -0700 Subject: [PATCH] Update comment --- src/browser/application-menu.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/browser/application-menu.coffee b/src/browser/application-menu.coffee index 6e874573e..e246aefea 100644 --- a/src/browser/application-menu.coffee +++ b/src/browser/application-menu.coffee @@ -70,7 +70,7 @@ class ApplicationMenu if (item = _.find(@flattenMenuTemplate(template), (i) -> i.label == 'VERSION')) item.label = "Version #{@version}" - # Sets the proper label, command and enabled state for the update menu item + # Sets the proper visible state the update menu items showUpdateMenuItem: (state) -> checkForUpdateItem = _.find(@flattenMenuItems(@menu), (i) -> i.label == 'Check for Update') downloadingUpdateItem = _.find(@flattenMenuItems(@menu), (i) -> i.label == 'Downloading Update')