From 6c5b7cbd1ec511f6539f26268c4964f85efe2cbc Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Tue, 25 Feb 2014 15:19:37 -0800 Subject: [PATCH] Downloaded instead of downloading --- src/browser/atom-application.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/browser/atom-application.coffee b/src/browser/atom-application.coffee index b3ed24509..1729d4fea 100644 --- a/src/browser/atom-application.coffee +++ b/src/browser/atom-application.coffee @@ -159,7 +159,7 @@ class AtomApplication type: 'info' buttons: ['OK'] message: 'Update available.' - detail: 'A new update is being downloading.' + detail: 'A new update is being downloaded.' autoUpdater.once 'update-not-available', => dialog.showMessageBox