www

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

commit 9e488aa8f0f756dc1e16621c0d02da120a320852
parent 60e5ff103c6a05103b4700c184dd47a1245e3a9c
Author: Dan Stillman <dstillman@zotero.org>
Date:   Thu, 16 Sep 2010 04:06:32 +0000

Work around encoding issue with em dash in tooltip


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

diff --git a/chrome/content/zotero/xpcom/storage/zfs.js b/chrome/content/zotero/xpcom/storage/zfs.js @@ -144,7 +144,7 @@ Zotero.Sync.Storage.Session.ZFS.prototype._getStorageFileInfo = function (item, } // TODO: localize? var msg = "A file sync error occurred. Please restart Firefox and/or your computer and try syncing again.\n\n" - + "If the error persists, there may be a problem with either your computer or your network—security software, proxy server, VPN, etc. " + + "If the error persists, there may be a problem with either your computer or your network: security software, proxy server, VPN, etc. " + "Try disabling any security/firewall software you're using or, if this is a laptop, try from a different network."; self.onError(msg); return;