Fix the access key conflict in the password manager prompt (bug 1279586). r=johannh

MozReview-Commit-ID: 3XquO7Evzgb

--HG--
extra : rebase_source : ace9ed3077559915e7779d3647ded9503e8046cf
This commit is contained in:
Panos Astithas 2016-11-23 12:27:08 +02:00
Родитель 09ae562045
Коммит 0a6ae7ed4e
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -962,7 +962,7 @@ LoginManagerPrompter.prototype = {
let usernamePlaceholder = this._getLocalizedString("noUsernamePlaceholder");
let togglePasswordLabel = this._getLocalizedString("togglePasswordLabel");
let togglePasswordAccessKey = this._getLocalizedString("togglePasswordAccessKey");
let togglePasswordAccessKey = this._getLocalizedString("togglePasswordAccessKey2");
this._getPopupNote().show(
browser,

Просмотреть файл

@ -30,7 +30,7 @@ rememberPasswordMsgNoUsername = Would you like to remember the password on %S?
# This is displayed in place of the username when it is missing.
noUsernamePlaceholder=No username
togglePasswordLabel=Show password
togglePasswordAccessKey=S
togglePasswordAccessKey2=h
notNowButtonText = &Not Now
notifyBarNotNowButtonText = Not Now
notifyBarNotNowButtonAccessKey = N