Work around encoding issue with em dash in tooltip

This commit is contained in:
Dan Stillman 2010-09-16 04:06:32 +00:00
parent 60e5ff103c
commit 9e488aa8f0

View File

@ -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 networksecurity 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;