Suggest restarting Firefox and/or computer to fix file sync errors
This commit is contained in:
parent
e69f9d156f
commit
6a42d2ee12
1 changed files with 2 additions and 2 deletions
|
@ -53,8 +53,8 @@ Zotero.Sync.Storage = new function () {
|
|||
|
||||
// TEMP
|
||||
// TODO: localize
|
||||
this.defaultError = "A file sync error occurred. Please try syncing again.\n\nIf you receive this message repeatedly, submit an error report and post the Report ID to a new thread in the Zotero Forums.";
|
||||
this.defaultErrorRestart = "A file sync error occurred. Please restart Firefox and try syncing again.\n\nIf you receive this message repeatedly, submit an error report and post the Report ID to a new thread in the Zotero Forums.";
|
||||
this.defaultError = "A file sync error occurred. Please try syncing again.\n\nIf you receive this message repeatedly, restart Firefox and/or your computer and try again. If you continue to receive the message, submit an error report and post the Report ID to a new thread in the Zotero Forums.";
|
||||
this.defaultErrorRestart = "A file sync error occurred. Please restart Firefox and/or your computer and try syncing again.\n\nIf you receive this message repeatedly, submit an error report and post the Report ID to a new thread in the Zotero Forums.";
|
||||
|
||||
//
|
||||
// Public properties
|
||||
|
|
Loading…
Reference in a new issue