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:
Matthew Noorenberghe 2019-07-16 05:07:24 +00:00
Родитель a9a5b7b186
Коммит 667d03ba4b
2 изменённых файлов: 4 добавлений и 3 удалений

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

@ -442,7 +442,8 @@
hidden="true"/> hidden="true"/>
<menuseparator id="generated-password-separator"/> <menuseparator id="generated-password-separator"/>
<menuitem id="fill-login-generated-password" <menuitem id="fill-login-generated-password"
label="&fillSuggestedPassword.label;" label="&fillGeneratedPassword.label;"
accesskey="&fillGeneratedPassword.accesskey;"
hidden="true" hidden="true"
oncommand="gContextMenu.fillGeneratedPassword();"/> oncommand="gContextMenu.fillGeneratedPassword();"/>
<menuseparator id="saved-logins-separator"/> <menuseparator id="saved-logins-separator"/>

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

@ -29,8 +29,8 @@
<!ENTITY fillLoginMenu.label "Fill Login"> <!ENTITY fillLoginMenu.label "Fill Login">
<!ENTITY fillLoginMenu.accesskey "F"> <!ENTITY fillLoginMenu.accesskey "F">
<!ENTITY fillSuggestedPassword.label "Use a Suggested Password"> <!ENTITY fillGeneratedPassword.label "Use a Securely Generated Password">
<!ENTITY fillSuggestedPassword.accesskey "S"> <!ENTITY fillGeneratedPassword.accesskey "S">
<!ENTITY fillPasswordMenu.label "Fill Password"> <!ENTITY fillPasswordMenu.label "Fill Password">
<!ENTITY fillPasswordMenu.accesskey "F"> <!ENTITY fillPasswordMenu.accesskey "F">
<!ENTITY fillUsernameMenu.label "Fill Username"> <!ENTITY fillUsernameMenu.label "Fill Username">