From 1ac581654d2323a54164755dde542a03e1b538e7 Mon Sep 17 00:00:00 2001 From: Dominic Clifton Date: Sat, 3 Jan 2015 22:30:40 +0000 Subject: [PATCH] Update the message that reminders users to check for new versions rather than blindly assuming a new version is available. --- main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.js b/main.js index 293ebd41f8..7994b85cb3 100644 --- a/main.js +++ b/main.js @@ -39,7 +39,7 @@ $(document).ready(function () { console.log('Application version is valid for another: ' + Math.round((CONFIGURATOR.releaseDate - (new Date().getTime() - (86400000 * 60))) / 86400000) + ' days'); } else { console.log('Application version expired'); - GUI.log('You\'re using an old version of ' + chrome.runtime.getManifest().name + '. Please update so you can benefit from recently added features and bugfixes.'); + GUI.log('You are using an old version of ' + chrome.runtime.getManifest().name + '. There may be a more recent version with improvements and fixes.'); } // log webgl capability