зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
09ae562045
Коммит
0a6ae7ed4e
|
@ -962,7 +962,7 @@ LoginManagerPrompter.prototype = {
|
||||||
|
|
||||||
let usernamePlaceholder = this._getLocalizedString("noUsernamePlaceholder");
|
let usernamePlaceholder = this._getLocalizedString("noUsernamePlaceholder");
|
||||||
let togglePasswordLabel = this._getLocalizedString("togglePasswordLabel");
|
let togglePasswordLabel = this._getLocalizedString("togglePasswordLabel");
|
||||||
let togglePasswordAccessKey = this._getLocalizedString("togglePasswordAccessKey");
|
let togglePasswordAccessKey = this._getLocalizedString("togglePasswordAccessKey2");
|
||||||
|
|
||||||
this._getPopupNote().show(
|
this._getPopupNote().show(
|
||||||
browser,
|
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.
|
# This is displayed in place of the username when it is missing.
|
||||||
noUsernamePlaceholder=No username
|
noUsernamePlaceholder=No username
|
||||||
togglePasswordLabel=Show password
|
togglePasswordLabel=Show password
|
||||||
togglePasswordAccessKey=S
|
togglePasswordAccessKey2=h
|
||||||
notNowButtonText = &Not Now
|
notNowButtonText = &Not Now
|
||||||
notifyBarNotNowButtonText = Not Now
|
notifyBarNotNowButtonText = Not Now
|
||||||
notifyBarNotNowButtonAccessKey = N
|
notifyBarNotNowButtonAccessKey = N
|
||||||
|
|
Загрузка…
Ссылка в новой задаче