Changed a deafult value of "mailnews.reply_header_locale" from "en-US" to empty,
bug 140882, r=rchen, sr=bienvenu. git-svn-id: svn://10.0.0.236/trunk@127412 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -169,7 +169,7 @@ pref("mailnews.reply_on_top", 0); // 0=bottom 1=top 2=select+botto
|
||||
// 0=no header, 1="<author> wrote:", 2="On <date> <author> wrote:", 3="<author> wrote On <date>:", 4=user specified
|
||||
pref("mailnews.reply_header_type", 1);
|
||||
// locale which affects date format, set empty string to use application default locale
|
||||
pref("mailnews.reply_header_locale", "en-US");
|
||||
pref("mailnews.reply_header_locale", "");
|
||||
pref("mailnews.reply_header_authorwrote", "chrome://messenger/locale/messengercompose/composeMsgs.properties");
|
||||
pref("mailnews.reply_header_ondate", "On %s");
|
||||
// separator to separate between date and author
|
||||
|
||||
@@ -169,7 +169,7 @@ pref("mailnews.reply_on_top", 0); // 0=bottom 1=top 2=select+botto
|
||||
// 0=no header, 1="<author> wrote:", 2="On <date> <author> wrote:", 3="<author> wrote On <date>:", 4=user specified
|
||||
pref("mailnews.reply_header_type", 1);
|
||||
// locale which affects date format, set empty string to use application default locale
|
||||
pref("mailnews.reply_header_locale", "en-US");
|
||||
pref("mailnews.reply_header_locale", "");
|
||||
pref("mailnews.reply_header_authorwrote", "chrome://messenger/locale/messengercompose/composeMsgs.properties");
|
||||
pref("mailnews.reply_header_ondate", "On %s");
|
||||
// separator to separate between date and author
|
||||
|
||||
Reference in New Issue
Block a user