From 98d9432da933ed8be8f9946196ff43477304de72 Mon Sep 17 00:00:00 2001 From: Stephen Blott Date: Sun, 22 Mar 2015 11:09:09 +0000 Subject: Upgrade notification. Add full-stop to message. --- background_scripts/main.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'background_scripts') 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 -- cgit v1.2.3