Clarify expiry message

This commit is contained in:
Dan Stillman 2009-05-01 02:32:23 +00:00
parent a606332de5
commit e619cab8f3

View file

@ -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;
}