mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 681519 - ID for change.synckey.acceptButton has not been changed. r=rnewman
This commit is contained in:
parent
1a50ccf7af
commit
0e3377279d
@ -115,7 +115,7 @@ let Change = {
|
|||||||
introText.textContent = this._str("change.synckey.introText2");
|
introText.textContent = this._str("change.synckey.introText2");
|
||||||
warningText.textContent = this._str("change.recoverykey.warningText");
|
warningText.textContent = this._str("change.recoverykey.warningText");
|
||||||
this._dialog.getButton("finish").label
|
this._dialog.getButton("finish").label
|
||||||
= this._str("change.recovery.acceptButton");
|
= this._str("change.recoverykey.acceptButton");
|
||||||
if (this._duringSetup) {
|
if (this._duringSetup) {
|
||||||
this._dialog.getButton("finish").disabled = false;
|
this._dialog.getButton("finish").disabled = false;
|
||||||
}
|
}
|
||||||
|
@ -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.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.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.label = Changing Recovery Key and uploading local data, please wait…
|
||||||
change.recoverykey.error = There was an error while changing your Recovery Key!
|
change.recoverykey.error = There was an error while changing your Recovery Key!
|
||||||
change.recoverykey.success = Your Recovery Key was successfully changed!
|
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.
|
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
|
# 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
|
new.recoverykey.label = Your Recovery Key
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user