Bug 265853: 'File' menu items listed in wrong order. r=jeff

git-svn-id: svn://10.0.0.236/trunk@164414 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
steffen.wilberg%web.de 2004-10-26 07:00:45 +00:00
parent 2a582aa01c
commit 575424a9c0
2 changed files with 5 additions and 5 deletions

View File

@ -267,8 +267,8 @@
<rdf:li> <rdf:Description ID="menu-file-new-tab" nc:name="New Tab" nc:link="menu_reference.xhtml#new_tab"/> </rdf:li>
<rdf:li> <rdf:Description ID="menu-file-open-location" nc:name="Open Location..." nc:link="menu_reference.xhtml#open_location"/> </rdf:li>
<rdf:li> <rdf:Description ID="menu-file-open-file" nc:name="Open File..." nc:link="menu_reference.xhtml#open_file"/> </rdf:li>
<rdf:li> <rdf:Description ID="menu-file-close-tab" nc:name="Close Tab" nc:link="menu_reference.xhtml#close_tab"/> </rdf:li>
<rdf:li> <rdf:Description ID="menu-file-close" nc:name="Close (Window)" nc:link="menu_reference.xhtml#close"/> </rdf:li>
<rdf:li> <rdf:Description ID="menu-file-close-tab" nc:name="Close Tab" nc:link="menu_reference.xhtml#close_tab"/> </rdf:li>
<rdf:li> <rdf:Description ID="menu-file-save-page-as" nc:name="Save Page As..." nc:link="menu_reference.xhtml#save_page_as"/> </rdf:li>
<rdf:li> <rdf:Description ID="menu-file-send-page" nc:name="Send Link..." nc:link="menu_reference.xhtml#send_page"/> </rdf:li>
<rdf:li> <rdf:Description ID="menu-file-page-setup" nc:name="Page Setup..." nc:link="menu_reference.xhtml#page_setup"/> </rdf:li>

View File

@ -52,13 +52,13 @@ Contributors:
local disks or network. You can view many file types in &brandShortName;,
including HTML/XML files, image files, text files and more.</p>
<h3 id="close">Close (Window)</h3>
<p>Closes the current window.</p>
<h3 id="close_tab">Close Tab</h3>
<p>Closes the current tab and selects the rightmost tab. This menu item is
visible only if more than one browser tab is currently open.</p>
<h3 id="close">Close (Window)</h3>
<p>Closes the current window.</p>
<h3 id="save_page_as">Save Page As...</h3>
<p>Saves the page you are currently browsing. You can choose to save the
whole page (complete with graphics), just the current HTML page, or the
@ -334,7 +334,7 @@ Contributors:
<p>Displays a dialog box with information about &brandShortName;, including
the current version and a brief list of credits.</p>
<div class="contentsBox"><em>14 October 2004</em></div>
<div class="contentsBox"><em>25 October 2004</em></div>
<p>Copyright &copy; 2003-2004 Contributors to the Mozilla Help Viewer Project.</p>
</body>
</html>