www

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

commit 973d2cd38c636b80e73cef7278bf5ac8efd037d1
parent 00611dc288087f534866ecc1a39320bc85b4e8f2
Author: Dan Stillman <dstillman@zotero.org>
Date:   Fri,  9 Jul 2010 05:16:13 +0000

Fix version in newer DB version error message (trunk and branch)


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

diff --git a/chrome/content/zotero/xpcom/zotero.js b/chrome/content/zotero/xpcom/zotero.js @@ -389,7 +389,7 @@ var Zotero = new function(){ Zotero.getString('startupError.zoteroVersionIsOlder'), Zotero.getString('startupError.zoteroVersionIsOlder.upgrade') ]) + "\n\n" - + Zotero.getString('startupError.zoteroVersionIsOlder.current') + "\n\n" + + Zotero.getString('startupError.zoteroVersionIsOlder.current', Zotero.version) + "\n\n" + Zotero.getString('general.seeForMoreInformation', kbURL); this.startupError = msg; }