Bug 139782 - raw directory listing format is confusing

r=dougt, sr=darin


git-svn-id: svn://10.0.0.236/trunk@120926 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bbaetz%student.usyd.edu.au
2002-05-07 08:40:09 +00:00
parent 1fd017c5ae
commit 5426c8a5da
2 changed files with 4 additions and 2 deletions

View File

@@ -45,7 +45,9 @@
<vbox align="start" class="indent">
<radiogroup id="dirFormat"
prefstring="network.dir.format">
<radio value="1" label="&raw.label;"/>
<!-- If we display a raw option, then people select it, and complain
when they don't actually get results -->
<!-- <radio value="1" label="&raw.label;"/> -->
<radio value="2" label="&html.label;"/>
<!-- OK, this is application/http-index-format, not XUL. But the
result is that the XUL viwer is used. Anyway, this is only a

View File

@@ -8,7 +8,7 @@
<!-- Network-->
<!ENTITY debugNetworking.label "Networking">
<!ENTITY dirFormat "Directory Listing Format">
<!ENTITY raw.label "Raw">
<!ENTITY raw.label "Raw - for debugging only">
<!ENTITY html.label "HTML">
<!ENTITY xul.label "XUL (tree-based)">
<!ENTITY httpVersion.label "HTTP Version">