fixed: Added the ability to choose which rich editor is used to compose inbox messages

This commit is contained in:
Doug Bell 2009-01-23 20:16:23 +00:00
parent 482dd9ffc5
commit 3837878fff
4 changed files with 44 additions and 0 deletions

View file

@ -535,6 +535,17 @@ our $I18N = {
lastUpdated => 1230867391,
},
'inbox rich editor label' => {
message => q{Inbox Rich Editor},
lastUpdated => 0,
context => q{Label for setting},
},
'inbox rich editor description' => {
message => q{The rich editor used to compose messages},
lastUpdated => 0,
context => "Description of Inbox setting",
},
};
1;