commit 91940e11ad5094d040b0058d37ef83e3908d1d8d
parent a3a7a1d0cf1106c4eefaccf736d7ae1d1a3d8fda
Author: Dan Stillman <dstillman@zotero.org>
Date: Tue, 5 Nov 2013 12:43:05 -0500
"other computers" => "other linked devices"
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/chrome/content/zotero/preferences/preferences_sync.xul b/chrome/content/zotero/preferences/preferences_sync.xul
@@ -83,7 +83,7 @@
<!-- TODO: localize -->
<checkbox label="Sync full-text content"
preference="pref-sync-fulltext-enabled"
- tooltiptext="Zotero can sync the full-text content of files in your Zotero libraries with zotero.org and other computers, allowing you to easily search for your files wherever you are. The full-text content of your files will not be shared publicly."/>
+ tooltiptext="Zotero can sync the full-text content of files in your Zotero libraries with zotero.org and other linked devices, allowing you to easily search for your files wherever you are. The full-text content of your files will not be shared publicly."/>
</vbox>
</row>
<!--
diff --git a/chrome/content/zotero/xpcom/sync.js b/chrome/content/zotero/xpcom/sync.js
@@ -1383,7 +1383,7 @@ Zotero.Sync.Server = new function () {
null,
"New: Full-Text Content Syncing",
"Zotero can now sync the full-text content of files in your Zotero libraries "
- + "with zotero.org and other computers, allowing you to easily search for "
+ + "with zotero.org and other linked devices, allowing you to easily search for "
+ "your files wherever you are. The full-text content of your files will "
+ "not be shared publicly.\n\n"
+ "You can change this setting later from the Sync pane of the Zotero "