commit 917910d1d0c4f4a53e4061df4205bd578b08ee9a
parent cb269dc15acf25008ce88580d809fe57f33ebf8b
Author: Dan Stillman <dstillman@zotero.org>
Date: Tue, 14 Sep 2010 21:12:29 +0000
Add warning to Sync->Reset pane
Diffstat:
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/chrome/content/zotero/preferences/preferences.xul b/chrome/content/zotero/preferences/preferences.xul
@@ -331,6 +331,12 @@ To add a new preference:
</tabpanel>
<tabpanel id="zotero-reset" orient="vertical">
+ <!-- TODO: localize -->
+ <!-- This doesn't wrap without an explicit width, for some reason -->
+ <description width="45em">The following operations are for use only in rare, specific situations and should not be used for general troubleshooting.
+ In many cases, resetting will cause additional problems.
+ See <label style="margin-left: 0; margin-right: 0" class="text-link" href="http://zotero.org/support/kb/sync_reset_options">Sync Reset Options</label> for more information.</description>
+
<radiogroup id="zotero-reset-sync-group" oncommand="handleSyncResetSelect(this)">
<groupbox>
<caption label="&zotero.preferences.sync.syncServer;"/>
@@ -343,7 +349,7 @@ To add a new preference:
<rows>
<row id="zotero-full-sync">
- <radio/>
+ <radio/>
<vbox onclick="this.previousSibling.click()">
<label value="&zotero.preferences.sync.reset.fullSync;"/>
<description>&zotero.preferences.sync.reset.fullSync.desc;</description>