Sync pane caption: "Zotero Data Sync" -> "Data Syncing"
This commit is contained in:
parent
1adb8d74f0
commit
2320385fa8
2 changed files with 2 additions and 2 deletions
|
@ -58,7 +58,7 @@
|
||||||
<!ENTITY zotero.preferences.prefpane.sync "Sync">
|
<!ENTITY zotero.preferences.prefpane.sync "Sync">
|
||||||
<!ENTITY zotero.preferences.sync.username "Username:">
|
<!ENTITY zotero.preferences.sync.username "Username:">
|
||||||
<!ENTITY zotero.preferences.sync.password "Password:">
|
<!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.setUpSync "Set Up Syncing">
|
||||||
<!ENTITY zotero.preferences.sync.unlinkAccount "Unlink Account...">
|
<!ENTITY zotero.preferences.sync.unlinkAccount "Unlink Account...">
|
||||||
<!ENTITY zotero.preferences.sync.createAccount "Create Account">
|
<!ENTITY zotero.preferences.sync.createAccount "Create Account">
|
||||||
|
|
|
@ -22,7 +22,7 @@ describe("Sync Preferences", function () {
|
||||||
});
|
});
|
||||||
|
|
||||||
describe("Settings", function () {
|
describe("Settings", function () {
|
||||||
describe("Zotero Data Sync", function () {
|
describe("Data Syncing", function () {
|
||||||
var getAPIKeyFromCredentialsStub, deleteAPIKey, indicatorElem;
|
var getAPIKeyFromCredentialsStub, deleteAPIKey, indicatorElem;
|
||||||
|
|
||||||
var setCredentials = Zotero.Promise.coroutine(function* (username, password) {
|
var setCredentials = Zotero.Promise.coroutine(function* (username, password) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue