Bug 139782 - raw directory listing format is confusing

r=dougt, sr=darin
This commit is contained in:
bbaetz%student.usyd.edu.au 2006-05-17 02:35:15 +00:00
parent bb38f6428b
commit 062a41ef5c
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">