From 0e3377279daffedf01b76b4ac808744226ed4013 Mon Sep 17 00:00:00 2001 From: Philipp von Weitershausen Date: Tue, 23 Aug 2011 18:34:23 -0700 Subject: [PATCH] Bug 681519 - ID for change.synckey.acceptButton has not been changed. r=rnewman --- browser/base/content/syncGenericChange.js | 2 +- .../en-US/chrome/browser/syncGenericChange.properties | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/browser/base/content/syncGenericChange.js b/browser/base/content/syncGenericChange.js index 1b85680e7c4..0449cbadd3d 100644 --- a/browser/base/content/syncGenericChange.js +++ b/browser/base/content/syncGenericChange.js @@ -115,7 +115,7 @@ let Change = { introText.textContent = this._str("change.synckey.introText2"); warningText.textContent = this._str("change.recoverykey.warningText"); this._dialog.getButton("finish").label - = this._str("change.recovery.acceptButton"); + = this._str("change.recoverykey.acceptButton"); if (this._duringSetup) { this._dialog.getButton("finish").disabled = false; } diff --git a/browser/locales/en-US/chrome/browser/syncGenericChange.properties b/browser/locales/en-US/chrome/browser/syncGenericChange.properties index 0c43521246c..ecd8a1a323a 100644 --- a/browser/locales/en-US/chrome/browser/syncGenericChange.properties +++ b/browser/locales/en-US/chrome/browser/syncGenericChange.properties @@ -9,15 +9,14 @@ change.password3.introText = Your password must be at least 8 characters long. change.password.warningText = Note: All of your other devices will be unable to connect to your account once you change this password. change.recoverykey.title = My Recovery Key -change.synckey.acceptButton = Change Recovery Key +change.recoverykey.acceptButton = Change Recovery Key change.recoverykey.label = Changing Recovery Key and uploading local data, please wait… change.recoverykey.error = There was an error while changing your Recovery Key! change.recoverykey.success = Your Recovery Key was successfully changed! -change.synckey.introText = Firefox Cares About Your Privacy change.synckey.introText2 = To ensure your total privacy, all of your data is encrypted prior to being uploaded. The key to decrypt your data is not uploaded. # LOCALIZATION NOTE (change.recoverykey.warningText) "Sync" should match &syncBrand.shortName.label; from syncBrand.dtd -change.recovery.warningText = Note: Changing this will erase all data stored on the Sync server and upload new data secured by this Recovery Key. Your other devices will not sync until the new Recovery Key is entered for that device. +change.recoverykey.warningText = Note: Changing this will erase all data stored on the Sync server and upload new data secured by this Recovery Key. Your other devices will not sync until the new Recovery Key is entered for that device. new.recoverykey.label = Your Recovery Key