Bug 405376 - "Current Window" option in Open Web Location window should be named "Current Tab". r=rstrong, ui-r=jboriss

This commit is contained in:
Tyler Downer
2009-07-31 07:09:39 +02:00
parent ff2f6bf290
commit da30dfb0c8
2 changed files with 2 additions and 2 deletions

View File

@@ -79,7 +79,7 @@
<label value="&openWhere.label;"/>
<menulist id="openWhereList">
<menupopup>
<menuitem value="0" id="currentWindow" label="&topWindow.label;"/>
<menuitem value="0" id="currentWindow" label="&topTab.label;"/>
<menuitem value="1" label="&newWindow.label;"/>
<menuitem value="3" label="&newTab.label;"/>
</menupopup>

View File

@@ -4,7 +4,7 @@
<!ENTITY chooseFile.label "Choose File…">
<!ENTITY newWindow.label "New Window">
<!ENTITY newTab.label "New Tab">
<!ENTITY topWindow.label "Current Window">
<!ENTITY topTab.label "Current Tab">
<!ENTITY caption.label "Open Web Location">
<!ENTITY openWhere.label "Open in:">
<!ENTITY openBtn.label "Open">