Add link to DB Repair Tool from integrity check failure message
This commit is contained in:
parent
d01d66c9c6
commit
872b90760c
1 changed files with 2 additions and 1 deletions
|
@ -1118,7 +1118,8 @@ function runIntegrityCheck() {
|
|||
|
||||
ps.alert(window,
|
||||
Zotero.getString('general.' + str),
|
||||
Zotero.getString('db.integrityCheck.' + str));
|
||||
Zotero.getString('db.integrityCheck.' + str)
|
||||
+ (!ok ? "\n\n" + Zotero.getString('db.integrityCheck.dbRepairTool') : ''));
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue