Work around encoding issue with em dash in tooltip
This commit is contained in:
parent
60e5ff103c
commit
9e488aa8f0
1 changed files with 1 additions and 1 deletions
|
@ -144,7 +144,7 @@ Zotero.Sync.Storage.Session.ZFS.prototype._getStorageFileInfo = function (item,
|
||||||
}
|
}
|
||||||
// TODO: localize?
|
// TODO: localize?
|
||||||
var msg = "A file sync error occurred. Please restart Firefox and/or your computer and try syncing again.\n\n"
|
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.";
|
+ "Try disabling any security/firewall software you're using or, if this is a laptop, try from a different network.";
|
||||||
self.onError(msg);
|
self.onError(msg);
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue