From 9e488aa8f0f756dc1e16621c0d02da120a320852 Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Thu, 16 Sep 2010 04:06:32 +0000 Subject: [PATCH] Work around encoding issue with em dash in tooltip --- chrome/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 index 8dd558b3f..59d017f45 100644 --- 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;