From 6a42d2ee1216c3bd14bb08a1cdb453e556615e80 Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Tue, 7 Sep 2010 00:33:42 +0000 Subject: [PATCH] Suggest restarting Firefox and/or computer to fix file sync errors --- chrome/content/zotero/xpcom/storage.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chrome/content/zotero/xpcom/storage.js b/chrome/content/zotero/xpcom/storage.js index a58bc493c4..4f229730f7 100644 --- a/chrome/content/zotero/xpcom/storage.js +++ b/chrome/content/zotero/xpcom/storage.js @@ -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