Bug 1698678 - Let about:preferences menubar item re-label to 'Settings' ride out in v89 on Windows and Linux. r=Gijs,fluent-reviewers

Differential Revision: https://phabricator.services.mozilla.com/D110127
This commit is contained in:
Mike Conley 2021-03-29 17:40:29 +00:00
Родитель a93d2bcc83
Коммит 27ed261436
2 изменённых файлов: 0 добавлений и 19 удалений

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

@ -135,11 +135,7 @@
<menuseparator/> <menuseparator/>
<menuitem id="menu_preferences" <menuitem id="menu_preferences"
oncommand="openPreferences(undefined);" oncommand="openPreferences(undefined);"
#ifdef NIGHTLY_BUILD
data-l10n-id="menu-settings" data-l10n-id="menu-settings"
#else
data-l10n-id="menu-preferences"
#endif
/> />
#endif #endif
#endif #endif
@ -431,11 +427,7 @@
#ifndef XP_UNIX #ifndef XP_UNIX
<menuseparator id="prefSep"/> <menuseparator id="prefSep"/>
<menuitem id="menu_preferences" <menuitem id="menu_preferences"
#ifdef NIGHTLY_BUILD
data-l10n-id="menu-settings" data-l10n-id="menu-settings"
#else
data-l10n-id="menu-preferences"
#endif
oncommand="openPreferences(undefined);"/> oncommand="openPreferences(undefined);"/>
#endif #endif
#ifdef MOZ_DEBUG #ifdef MOZ_DEBUG

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

@ -276,17 +276,6 @@ menu-settings =
[windows] S [windows] S
*[other] n *[other] n
} }
menu-preferences =
.label =
{ PLATFORM() ->
[windows] Options
*[other] Preferences
}
.accesskey =
{ PLATFORM() ->
[windows] O
*[other] n
}
menu-tools-layout-debugger = menu-tools-layout-debugger =
.label = Layout Debugger .label = Layout Debugger
.accesskey = L .accesskey = L