mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-01 00:32:11 +00:00
Bug 1565696 - Update password generation string in the context menu. r=ntim
Differential Revision: https://phabricator.services.mozilla.com/D38159 --HG-- extra : moz-landing-system : lando
This commit is contained in:
parent
a9a5b7b186
commit
667d03ba4b
@ -442,7 +442,8 @@
|
||||
hidden="true"/>
|
||||
<menuseparator id="generated-password-separator"/>
|
||||
<menuitem id="fill-login-generated-password"
|
||||
label="&fillSuggestedPassword.label;"
|
||||
label="&fillGeneratedPassword.label;"
|
||||
accesskey="&fillGeneratedPassword.accesskey;"
|
||||
hidden="true"
|
||||
oncommand="gContextMenu.fillGeneratedPassword();"/>
|
||||
<menuseparator id="saved-logins-separator"/>
|
||||
|
@ -29,8 +29,8 @@
|
||||
|
||||
<!ENTITY fillLoginMenu.label "Fill Login">
|
||||
<!ENTITY fillLoginMenu.accesskey "F">
|
||||
<!ENTITY fillSuggestedPassword.label "Use a Suggested Password">
|
||||
<!ENTITY fillSuggestedPassword.accesskey "S">
|
||||
<!ENTITY fillGeneratedPassword.label "Use a Securely Generated Password">
|
||||
<!ENTITY fillGeneratedPassword.accesskey "S">
|
||||
<!ENTITY fillPasswordMenu.label "Fill Password">
|
||||
<!ENTITY fillPasswordMenu.accesskey "F">
|
||||
<!ENTITY fillUsernameMenu.label "Fill Username">
|
||||
|
Loading…
Reference in New Issue
Block a user