Work around encoding issue with em dash in tooltip
This commit is contained in:
parent
60e5ff103c
commit
9e488aa8f0
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue
Block a user