зеркало из https://github.com/mozilla/gecko-dev.git
second half of the fix for #22791.
dawn is right again, we need to change the order of the options because if the user had "forward as quoted", we want it to look like "forward as attachment", because "forward as quoted" is obsolete. The back end will behave like "forward as attachment", and this makes it so the front end will too.
This commit is contained in:
Родитель
767b32eac9
Коммит
53eb29235b
|
@ -25,8 +25,8 @@
|
|||
<html:div>
|
||||
<html:label for="pref:int:mail.forward_message_mode">&forwardMsg.label;</html:label>
|
||||
<html:select id="pref:int:mail.forward_message_mode">
|
||||
<html:option value="2" label="&inline.label;"/>
|
||||
<html:option value="0" label="&asAttachment.label;"/>
|
||||
<html:option value="2" label="&inline.label;"/>
|
||||
</html:select>
|
||||
</html:div>
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче