Saving space in prefs (40888). r=syd

This commit is contained in:
mcafee%netscape.com 2000-08-11 05:30:49 +00:00
parent 2e10d022e8
commit a6d840a1dd
2 changed files with 12 additions and 9 deletions

View File

@ -58,15 +58,18 @@
<box class="box-smallheader" title="&pane.title;"/>
<titledbox orient="vertical">
<title><text value="&displayWidth.label;"/></title>
<html>&plainText.label;</html>
<title><text value="&displayWidth.label;"/></title>
<box orient="horizontal">
<html>&plainText.label;</html>
<radiogroup id="mailFixedWidthMessages" orient="vertical" autostretch="never"
pref="true" preftype="bool" prefstring="mail.fixed_width_messages"
prefattribute="data">
<radio group="mailFixedWidthMessages" data="true" value="&fixedWidth.label;" accesskey="&fixedWidth.accesskey;"/>
<radio group="mailFixedWidthMessages" data="false" value="&variableWidth.label;" accesskey="&variableWidth.accesskey;"/>
</radiogroup>
<radiogroup id="mailFixedWidthMessages" orient="vertical" autostretch="never"
pref="true" preftype="bool" prefstring="mail.fixed_width_messages"
prefattribute="data">
<radio group="mailFixedWidthMessages" data="true" value="&fixedWidth.label;" accesskey="&fixedWidth.accesskey;"/>
<radio group="mailFixedWidthMessages" data="false" value="&variableWidth.label;" accesskey="&variableWidth.accesskey;"/>
</radiogroup>
</box>
<separator class="thin"/>
<html>&displayText.label;</html>

View File

@ -35,7 +35,7 @@ Rights Reserved.
<!ENTITY color.label "Color:">
<!ENTITY color.accesskey "c">
<!ENTITY displayWidth.label "Plain Text Messages">
<!ENTITY plainText.label "Use this font when displaying plain text messages:">
<!ENTITY plainText.label "Display plain text messages using:">
<!ENTITY displayText.label "Use the following settings when displaying quoted plain text messages:">
<!ENTITY viewingPlainText.label "When viewing plain text messages:">
<!ENTITY languages.label "Languages">