www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit e619cab8f37b28f2c8e158f08e22b0dafaaeacd2
parent a606332de51e4280fe38509ebe6f957145d6711d
Author: Dan Stillman <dstillman@zotero.org>
Date:   Fri,  1 May 2009 02:32:23 +0000

Clarify expiry message


Diffstat:
Mchrome/content/zotero/xpcom/sync.js | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/chrome/content/zotero/xpcom/sync.js b/chrome/content/zotero/xpcom/sync.js @@ -638,7 +638,7 @@ Zotero.Sync.Server = new function () { // Set auto-sync expiry var expiry = new Date("July 4, 2009 00:00:00"); if (new Date() > expiry) { - Components.utils.reportError("Build has expired -- syncing disabled"); + Components.utils.reportError("Build has expired -- auto-sync disabled"); return false; }