www

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

commit 00611dc288087f534866ecc1a39320bc85b4e8f2
parent fcf3c1d57918caef1062fd3a732e94b7887fba29
Author: Dan Stillman <dstillman@zotero.org>
Date:   Fri,  9 Jul 2010 05:10:48 +0000

Fix message for newer DB version error


Diffstat:
Mchrome/content/zotero/xpcom/zotero.js | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/chrome/content/zotero/xpcom/zotero.js b/chrome/content/zotero/xpcom/zotero.js @@ -384,6 +384,7 @@ var Zotero = new function(){ } catch (e) { if (typeof e == 'string' && e.match('newer than SQL file')) { + var kbURL = "http://zotero.org/support/kb/newer_db_version"; var msg = Zotero.localeJoin([ Zotero.getString('startupError.zoteroVersionIsOlder'), Zotero.getString('startupError.zoteroVersionIsOlder.upgrade')