fix for bug#74601;getting rid of last option in reply-on-top for compose prefs;r=ducarroz;sr=bienvenu

This commit is contained in:
varada%netscape.com 2001-04-17 23:09:06 +00:00
parent 679472c15d
commit 812413d8ed
2 changed files with 3 additions and 6 deletions

View File

@ -82,8 +82,7 @@
<menupopup>
<menuitem value="1" label="&aboveQuote.label;" accesskey="&aboveQuote.accesskey;"/>
<menuitem value="0" label="&belowQuote.label;" accesskey="&belowQuote.accesskey;"/>
<menuitem value="2" label="&selectAndAboveQuote.label;" accesskey="&selectAndAboveQuote.accesskey;"/>
<menuitem value="3" label="&selectAndBelowQuote.label;" accesskey="&selectAndBelowQuote.accesskey;"/>
<menuitem value="2" label="&selectAndQuote.label;" accesskey="&selectAndQuote.accesskey;"/>
</menupopup>
</menulist>
</box>

View File

@ -38,10 +38,8 @@ Rights Reserved.
<!ENTITY aboveQuote.accesskey "v">
<!ENTITY belowQuote.label "start my reply below the quoted text">
<!ENTITY belowQuote.accesskey "b">
<!ENTITY selectAndAboveQuote.label "start my reply above, and select the quoted text">
<!ENTITY selectAndAboveQuote.accesskey "e">
<!ENTITY selectAndBelowQuote.label "start my reply below, and select the quoted text">
<!ENTITY selectAndBelowQuote.accesskey "r">
<!ENTITY selectAndQuote.label "select the quoted text">
<!ENTITY selectAndQuote.accesskey "e">
<!ENTITY readingMessagesHeader.label "For incoming messages">
<!ENTITY messageWrapping.label "Message Wrapping">