diff options
| author | Stephen Blott | 2015-03-22 11:09:09 +0000 | 
|---|---|---|
| committer | Stephen Blott | 2015-03-22 11:09:09 +0000 | 
| commit | 98d9432da933ed8be8f9946196ff43477304de72 (patch) | |
| tree | cda6410d0756be2f5a71a323707b66c188a2ecc8 | |
| parent | f0ea21bf380de602376ee0934de1c3760e0a4316 (diff) | |
| download | vimium-98d9432da933ed8be8f9946196ff43477304de72.tar.bz2 | |
Upgrade notification.  Add full-stop to message.
| -rw-r--r-- | background_scripts/main.coffee | 2 | 
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 | 
