mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-30 01:59:29 +00:00
Bug 593646 - rename 'Open in a New Window' to 'Move to New Window' and move it to a more sensible location [r=dao, ui-r=faaborg, a=gavin]
This commit is contained in:
parent
2158e8e0c9
commit
5009b3c6ae
@ -116,10 +116,6 @@
|
|||||||
tbattr="tabbrowser-multiple"
|
tbattr="tabbrowser-multiple"
|
||||||
oncommand="gBrowser.reloadAllTabs();"/>
|
oncommand="gBrowser.reloadAllTabs();"/>
|
||||||
<menuseparator/>
|
<menuseparator/>
|
||||||
<menuitem id="context_openTabInWindow" label="&openTabInNewWindow.label;"
|
|
||||||
accesskey="&openTabInNewWindow.accesskey;"
|
|
||||||
tbattr="tabbrowser-multiple"
|
|
||||||
oncommand="gBrowser.replaceTabWithWindow(TabContextMenu.contextTab);"/>
|
|
||||||
<menuitem id="context_pinTab" label="&pinAppTab.label;"
|
<menuitem id="context_pinTab" label="&pinAppTab.label;"
|
||||||
accesskey="&pinAppTab.accesskey;"
|
accesskey="&pinAppTab.accesskey;"
|
||||||
oncommand="gBrowser.pinTab(TabContextMenu.contextTab);"/>
|
oncommand="gBrowser.pinTab(TabContextMenu.contextTab);"/>
|
||||||
@ -135,6 +131,10 @@
|
|||||||
oncommand="TabView.moveTabTo(TabContextMenu.contextTab, null);"/>
|
oncommand="TabView.moveTabTo(TabContextMenu.contextTab, null);"/>
|
||||||
</menupopup>
|
</menupopup>
|
||||||
</menu>
|
</menu>
|
||||||
|
<menuitem id="context_openTabInWindow" label="&moveToNewWindow.label;"
|
||||||
|
accesskey="&moveToNewWindow.accesskey;"
|
||||||
|
tbattr="tabbrowser-multiple"
|
||||||
|
oncommand="gBrowser.replaceTabWithWindow(TabContextMenu.contextTab);"/>
|
||||||
<menuseparator/>
|
<menuseparator/>
|
||||||
<menuitem id="context_bookmarkAllTabs"
|
<menuitem id="context_bookmarkAllTabs"
|
||||||
label="&bookmarkAllTabs.label;"
|
label="&bookmarkAllTabs.label;"
|
||||||
|
@ -18,8 +18,6 @@
|
|||||||
<!ENTITY reloadAllTabs.accesskey "A">
|
<!ENTITY reloadAllTabs.accesskey "A">
|
||||||
<!ENTITY closeOtherTabs.label "Close Other Tabs">
|
<!ENTITY closeOtherTabs.label "Close Other Tabs">
|
||||||
<!ENTITY closeOtherTabs.accesskey "o">
|
<!ENTITY closeOtherTabs.accesskey "o">
|
||||||
<!ENTITY openTabInNewWindow.label "Open in a New Window">
|
|
||||||
<!ENTITY openTabInNewWindow.accesskey "W">
|
|
||||||
|
|
||||||
<!-- LOCALIZATION NOTE (pinAppTab.label, unpinAppTab.label): "Pin" is being
|
<!-- LOCALIZATION NOTE (pinAppTab.label, unpinAppTab.label): "Pin" is being
|
||||||
used as a metaphor for expressing the fact that these tabs are "pinned" to the
|
used as a metaphor for expressing the fact that these tabs are "pinned" to the
|
||||||
@ -33,6 +31,8 @@ can reach it easily. -->
|
|||||||
<!ENTITY moveToGroup.label "Move to Group">
|
<!ENTITY moveToGroup.label "Move to Group">
|
||||||
<!ENTITY moveToGroup.accesskey "M">
|
<!ENTITY moveToGroup.accesskey "M">
|
||||||
<!ENTITY moveToNewGroup.label "New Group">
|
<!ENTITY moveToNewGroup.label "New Group">
|
||||||
|
<!ENTITY moveToNewWindow.label "Move to New Window">
|
||||||
|
<!ENTITY moveToNewWindow.accesskey "W">
|
||||||
<!ENTITY bookmarkAllTabs.label "Bookmark All Tabs…">
|
<!ENTITY bookmarkAllTabs.label "Bookmark All Tabs…">
|
||||||
<!ENTITY bookmarkAllTabs.accesskey "T">
|
<!ENTITY bookmarkAllTabs.accesskey "T">
|
||||||
<!ENTITY undoCloseTab.label "Undo Close Tab">
|
<!ENTITY undoCloseTab.label "Undo Close Tab">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user