Fix message for newer DB version error
This commit is contained in:
parent
fcf3c1d579
commit
00611dc288
1 changed files with 1 additions and 0 deletions
|
@ -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')
|
||||
|
|
Loading…
Reference in a new issue