Bug 1629205 - Context menu action show number of tabs affected by close. r=flod,dao

The context menu show the number of tabs affected by the close => Close N tabs.

Differential Revision: https://phabricator.services.mozilla.com/D120986
This commit is contained in:
Antonin LOUBIERE 2021-07-30 11:51:32 +00:00
Родитель e689aa7727
Коммит 3d7b528d22
2 изменённых файлов: 3 добавлений и 3 удалений

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

@ -68,7 +68,7 @@
oncommand="gBrowser.selectAllTabs();"/>
<menuseparator/>
<menuitem id="context_closeTab"
data-lazy-l10n-id="tab-context-close-tabs"
data-lazy-l10n-id="tab-context-close-n-tabs"
data-l10n-args='{"tabCount": 1}'
oncommand="TabContextMenu.closeContextTabs();"/>
<menu id="context_closeTabOptions"

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

@ -80,11 +80,11 @@ tab-context-reopen-closed-tabs =
*[other] Reopen Closed Tabs
}
.accesskey = o
tab-context-close-tabs =
tab-context-close-n-tabs =
.label =
{ $tabCount ->
[1] Close Tab
*[other] Close Tabs
*[other] Close { $tabCount } Tabs
}
.accesskey = C
tab-context-move-tabs =