www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit 2320385fa8a9e0293fdaceb45fef3f13d1d900ab
parent 1adb8d74f014623aa37bc5bdb51f926ed173577f
Author: Dan Stillman <dstillman@zotero.org>
Date:   Sat, 24 Sep 2016 00:42:29 -0400

Sync pane caption: "Zotero Data Sync" -> "Data Syncing"

Diffstat:
Mchrome/locale/en-US/zotero/preferences.dtd | 2+-
Mtest/tests/preferences_syncTest.js | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/chrome/locale/en-US/zotero/preferences.dtd b/chrome/locale/en-US/zotero/preferences.dtd @@ -58,7 +58,7 @@ <!ENTITY zotero.preferences.prefpane.sync "Sync"> <!ENTITY zotero.preferences.sync.username "Username:"> <!ENTITY zotero.preferences.sync.password "Password:"> -<!ENTITY zotero.preferences.sync.syncServer "Zotero Data Sync"> +<!ENTITY zotero.preferences.sync.syncServer "Data Syncing"> <!ENTITY zotero.preferences.sync.setUpSync "Set Up Syncing"> <!ENTITY zotero.preferences.sync.unlinkAccount "Unlink Account..."> <!ENTITY zotero.preferences.sync.createAccount "Create Account"> diff --git a/test/tests/preferences_syncTest.js b/test/tests/preferences_syncTest.js @@ -22,7 +22,7 @@ describe("Sync Preferences", function () { }); describe("Settings", function () { - describe("Zotero Data Sync", function () { + describe("Data Syncing", function () { var getAPIKeyFromCredentialsStub, deleteAPIKey, indicatorElem; var setCredentials = Zotero.Promise.coroutine(function* (username, password) {