www

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

commit 872b90760cb68610645304a10be179f0bad8f187
parent d01d66c9c69313adefd5f16b3666c13c3f11ac76
Author: Dan Stillman <dstillman@zotero.org>
Date:   Mon, 10 Aug 2009 11:13:56 +0000

Add link to DB Repair Tool from integrity check failure message


Diffstat:
Mchrome/content/zotero/preferences/preferences.js | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/chrome/content/zotero/preferences/preferences.js b/chrome/content/zotero/preferences/preferences.js @@ -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') : '')); }