Bug 619013 - Wording in Update Sync Key dialog needs to be more clear. r=mconnor a=blocking-betaN

This commit is contained in:
Philipp von Weitershausen 2011-01-18 22:17:18 -08:00
parent a23587b471
commit 5a9cabcb70
2 changed files with 2 additions and 2 deletions

View File

@ -94,7 +94,7 @@ let Change = {
document.getElementById("passphraseBackupButtons").hidden = true;
document.getElementById("generatePassphraseButton").hidden = true;
document.title = this._str("new.synckey.title");
introText.textContent = this._str("new.synckey.introText");
introText.textContent = this._str("new.synckey2.introText");
this._dialog.getButton("accept")
.setAttribute("label", this._str("new.synckey.acceptButton"));
}

View File

@ -30,6 +30,6 @@ new.password.acceptButton = Update Password
new.password.status.incorrect = Password incorrect, please try again.
new.synckey.title = Update Sync Key
new.synckey.introText = Your Sync Key has changed, please enter your new Sync Key
new.synckey2.introText = Your Sync Key was changed using another device, please enter your updated Sync Key.
new.synckey.acceptButton = Update Sync Key
new.synckey.status.incorrect = Sync Key incorrect, please try again.