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

This commit is contained in:
Dan Stillman 2016-09-24 00:42:29 -04:00
parent 1adb8d74f0
commit 2320385fa8
2 changed files with 2 additions and 2 deletions

View File

@ -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">

View File

@ -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) {