mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-07 01:01:43 +00:00
Fix for bug 35057, patch by timeless@bemail.org r=me a=brendan
This commit is contained in:
parent
0a3563c0b4
commit
a881efdc6b
@ -23,9 +23,10 @@
|
||||
<!ENTITY sidebar.reload.label "Reload">
|
||||
<!ENTITY sidebar.picker.label "Add">
|
||||
<!ENTITY sidebar.customize.label "Customize Sidebar...">
|
||||
<!ENTITY sidebarCmd.label "Sidebar">
|
||||
<!ENTITY sidebarCmd.label "My Sidebar">
|
||||
<!ENTITY sidebarCmd.accesskey "m">
|
||||
<!ENTITY sidebar.loading.label "Loading...">
|
||||
|
||||
<!ENTITY sidebar.no-panels.state "My Sidebar is currently empty.">
|
||||
<!ENTITY sidebar.no-panels.add 'You may add panels by clicking on the "Add" button above, and then clicking on "Customize..."'>
|
||||
<!ENTITY sidebar.no-panels.hide 'If you would like to completely hide My Sidebar, click on the "View" menu above and select "Sidebar."'>
|
||||
<!ENTITY sidebar.no-panels.hide 'If you would like to completely hide My Sidebar, click on the "View" menu above and select "Sidebar."'>
|
@ -130,8 +130,12 @@
|
||||
|
||||
<!-- View->Sidebar toggle -->
|
||||
<menupopup id="menu_View_Popup">
|
||||
<menuitem id="sidebar-menu" type="checkbox" value="&sidebarCmd.label;"
|
||||
oncommand="SidebarShowHide();" position="2"/>
|
||||
<menuitem id="sidebar-menu" type="checkbox"
|
||||
value="&sidebarCmd.label;"
|
||||
accesskey="&sidebarCmd.accesskey;"
|
||||
oncommand="SidebarShowHide();"
|
||||
position="2"
|
||||
/>
|
||||
</menupopup>
|
||||
|
||||
<!-- open/close grippy for status (not yet)
|
||||
|
Loading…
x
Reference in New Issue
Block a user