www

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

commit 3fb8d66e1e699924608d0245d7ab3fa3285fd05c
parent 055f64118887fe5a9ecba79e09344f34b80a3cc9
Author: Dan Stillman <dstillman@zotero.org>
Date:   Tue,  7 Sep 2010 20:21:13 +0000

Link to SSL certificate error KB page on error


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

diff --git a/chrome/content/zotero/xpcom/sync.js b/chrome/content/zotero/xpcom/sync.js @@ -1736,7 +1736,8 @@ Zotero.Sync.Server = new function () { catch (e) { Zotero.debug(e); } - _error("SSL certificate error connecting to " + host); + // TODO: localize + _error("SSL certificate error connecting to " + host + "\n\nSee http://zotero.org/support/kb/ssl_certificate_error for more information."); } else if ((secInfo.securityState & Ci.nsIWebProgressListener.STATE_IS_BROKEN) == Ci.nsIWebProgressListener.STATE_IS_BROKEN) { _error("SSL connection error");