Skip to content

Commit

Permalink
Bug 482450 - Fix workaround string for the "Open in a New Window" tab…
Browse files Browse the repository at this point in the history
… context menu item. r=gavin, ui-r=beltzner
  • Loading branch information
wladow committed Mar 11, 2009
1 parent 950b76a commit dcd2805
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 2 additions & 3 deletions browser/base/content/tabbrowser.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,6 @@
%tabBrowserDTD;
<!ENTITY % globalDTD SYSTEM "chrome://global/locale/global.dtd">
%globalDTD;
<!ENTITY % placesDTD SYSTEM "chrome://browser/locale/places/places.dtd">
%placesDTD;
]>

<bindings id="tabBrowserBindings"
Expand Down Expand Up @@ -98,7 +96,8 @@
oncommand="var tabbrowser = this.parentNode.parentNode.parentNode.parentNode;
tabbrowser.removeAllTabsBut(tabbrowser.mContextTab);"/>
<xul:menuseparator/>
<xul:menuitem id="context_openTabInWindow" label="&cmd.open_window.label;"
<xul:menuitem id="context_openTabInWindow" label="&openTabInNewWindow.label;"
accesskey="&openTabInNewWindow.accesskey;"
tbattr="tabbrowser-multiple"
oncommand="var tabbrowser = this.parentNode.parentNode.parentNode.parentNode;
tabbrowser.replaceTabWithWindow(tabbrowser.mContextTab);"/>
Expand Down
2 changes: 2 additions & 0 deletions browser/locales/en-US/chrome/browser/tabbrowser.dtd
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
<!ENTITY reloadAllTabs.accesskey "A">
<!ENTITY reloadTab.label "Reload Tab">
<!ENTITY reloadTab.accesskey "r">
<!ENTITY openTabInNewWindow.label "Open in a New Window">
<!ENTITY openTabInNewWindow.accesskey "W">
<!ENTITY listAllTabs.label "List all tabs">
<!ENTITY bookmarkAllTabs.label "Bookmark All Tabs…">
<!ENTITY bookmarkAllTabs.accesskey "T">
Expand Down

0 comments on commit dcd2805

Please sign in to comment.