aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Blott2015-03-22 11:09:09 +0000
committerStephen Blott2015-03-22 11:09:09 +0000
commit98d9432da933ed8be8f9946196ff43477304de72 (patch)
treecda6410d0756be2f5a71a323707b66c188a2ecc8
parentf0ea21bf380de602376ee0934de1c3760e0a4316 (diff)
downloadvimium-98d9432da933ed8be8f9946196ff43477304de72.tar.bz2
Upgrade notification. Add full-stop to message.
-rw-r--r--background_scripts/main.coffee2
1 files changed, 1 insertions, 1 deletions
diff --git a/background_scripts/main.coffee b/background_scripts/main.coffee
index 5dac2681..53d617a2 100644
--- a/background_scripts/main.coffee
+++ b/background_scripts/main.coffee
@@ -699,7 +699,7 @@ showUpgradeMessage = ->
type: "basic"
iconUrl: chrome.runtime.getURL "icons/vimium.png"
title: "Vimium Upgrade"
- message: "Vimium has been upgraded to version #{currentVersion}. Click here for more information"
+ message: "Vimium has been upgraded to version #{currentVersion}. Click here for more information."
isClickable: true
chrome.notifications.create notificationId, notification, ->
unless chrome.runtime.lastError