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

git-svn-id: svn://10.0.0.236/trunk@92583 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
varada%netscape.com
2001-04-17 23:09:06 +00:00
parent b28fc76be2
commit 202e62afd1
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">