diff --git a/chrome/content/zotero/preferences/preferences_sync.js b/chrome/content/zotero/preferences/preferences_sync.js
index 752ff60e3..93f915ae7 100644
--- a/chrome/content/zotero/preferences/preferences_sync.js
+++ b/chrome/content/zotero/preferences/preferences_sync.js
@@ -590,15 +590,15 @@ Zotero_Preferences.Sync = {
+ ps.BUTTON_POS_1_DEFAULT;
var index = ps.confirmEx(
null,
- // TODO: localize
Zotero.getString('general.warning'),
- "Zotero will compare all local and remote data and merge any data that does not "
- + "exist in both locations.\n\n"
+ // TODO: localize
+ "On the next sync, Zotero will compare all local and remote data and merge any "
+ + "data that does not exist in both locations.\n\n"
+ "This option is not necessary during normal usage and should "
+ "generally be used only to troubleshoot specific issues as recommended "
+ "by Zotero support staff.",
buttonFlags,
- "Sync",
+ Zotero.getString('general.reset'),
null, null, null, {}
);
@@ -611,7 +611,6 @@ Zotero_Preferences.Sync = {
yield library.save();
}
});
- yield Zotero.Sync.Runner.sync();
break;
// Cancel
diff --git a/chrome/content/zotero/preferences/preferences_sync.xul b/chrome/content/zotero/preferences/preferences_sync.xul
index 0155d0560..375cf0713 100644
--- a/chrome/content/zotero/preferences/preferences_sync.xul
+++ b/chrome/content/zotero/preferences/preferences_sync.xul
@@ -282,7 +282,7 @@
-
+
-
+
-
- &zotero.preferences.sync.reset.fullSync.desc;
+
+ &zotero.preferences.sync.reset.resetDataSyncHistory.desc;
@@ -312,9 +312,7 @@
+ oncommand="document.getElementById('sync-reset-rows').firstChild.firstChild.click(); Zotero_Preferences.Sync.handleSyncReset('full-sync')"/>
@@ -327,9 +325,9 @@
-
+
-
+ &zotero.preferences.sync.reset.resetFileSyncHistory.desc;
@@ -340,9 +338,7 @@
+ oncommand="document.getElementById('storage-reset-rows').firstChild.firstChild.click(); Zotero_Preferences.Sync.handleSyncReset('reset-storage-history')"/>
diff --git a/chrome/locale/en-US/zotero/preferences.dtd b/chrome/locale/en-US/zotero/preferences.dtd
index 964d851c2..32f45afcd 100644
--- a/chrome/locale/en-US/zotero/preferences.dtd
+++ b/chrome/locale/en-US/zotero/preferences.dtd
@@ -79,14 +79,14 @@
-
-
+
+
-
+