Item Details label for btn groupping
This commit is contained in:
parent
134aef52c5
commit
7f6ea8526c
2 changed files with 3 additions and 1 deletions
|
@ -29,7 +29,7 @@
|
||||||
class ItemPaneSidenav extends XULElementBase {
|
class ItemPaneSidenav extends XULElementBase {
|
||||||
content = MozXULElement.parseXULToFragment(`
|
content = MozXULElement.parseXULToFragment(`
|
||||||
<html:div class="inherit-flex highlight-notes-inactive"
|
<html:div class="inherit-flex highlight-notes-inactive"
|
||||||
tabindex="0" role="tab" aria-labelledby="sidenav-info-btn">
|
tabindex="0" role="tab" data-l10n-id="sidenav-main-btn-grouping">
|
||||||
<html:div class="pin-wrapper">
|
<html:div class="pin-wrapper">
|
||||||
<toolbarbutton
|
<toolbarbutton
|
||||||
id="sidenav-info-btn"
|
id="sidenav-info-btn"
|
||||||
|
|
|
@ -505,6 +505,8 @@ sidenav-tags =
|
||||||
.tooltiptext = { pane-tags }
|
.tooltiptext = { pane-tags }
|
||||||
sidenav-related =
|
sidenav-related =
|
||||||
.tooltiptext = { pane-related }
|
.tooltiptext = { pane-related }
|
||||||
|
sidenav-main-btn-grouping =
|
||||||
|
.aria-label = Item Details
|
||||||
|
|
||||||
pin-section =
|
pin-section =
|
||||||
.label = Pin Section
|
.label = Pin Section
|
||||||
|
|
Loading…
Reference in a new issue