Browse directly to Firefox Translations option on about:preferences on Options (#420)

This commit is contained in:
Andre Natal 2022-06-28 08:38:39 -07:00 коммит произвёл GitHub
Родитель c1eece9c78
Коммит 4e4bf731de
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -40,7 +40,7 @@ window.MozTranslationNotification = class extends MozElements.Notification {
<checkbox anonid="neverForSite" oncommand="this.closest('notification').neverForSite();" label="&translation.options.neverForSite.label;" accesskey="&translation.options.neverForSite.accesskey;"/>
<menuitem anonid="neverForLanguage" oncommand="this.closest('notification').neverForLanguage();"/>
<menuseparator/>
<menuitem oncommand="openPreferences('paneGeneral');" label="&translation.options.preferences.label;" accesskey="&translation.options.preferences.accesskey;"/>
<menuitem oncommand="openPreferences('paneGeneral-fxtranslations');" label="&translation.options.preferences.label;" accesskey="&translation.options.preferences.accesskey;"/>
<menuseparator/>
<menuitem anonid="displayStatistics" oncommand="this.closest('notification').displayStatistics();" label=""/>
</menupopup>