Add Help for new template variable, and i18n.

This commit is contained in:
Colin Kuskie 2009-02-23 13:41:15 -08:00
parent 2548273219
commit 2173a202f8
3 changed files with 16 additions and 2 deletions

View file

@ -546,6 +546,19 @@ our $I18N = {
lastUpdated => 0,
context => "Description of Inbox setting",
},
'userFilter' => {
message => q{A select box form element to filter the list of messages by who sent them.},
lastUpdated => 1235421123,
context => "Description of Inbox setting",
},
'All users' => {
message => q{All users},
lastUpdated => 1235421123,
context => "Default setting for filtering in the Inbox. Short for Show messages from all users.",
},
};
1;