Add an Inbox setting to send the user a copy of messages that they send.

This commit is contained in:
Colin Kuskie 2009-05-13 17:50:46 +00:00
commit 0983f6468d
4 changed files with 57 additions and 21 deletions

View file

@ -738,6 +738,17 @@ our $I18N = {
context => "Default setting for filtering in the Inbox. Short for Show messages from all users.",
},
'inbox copy sender label' => {
message => q|Copy Sender on Messages?|,
context => q|Copy, as in receive a copy. Label for Account/Inbox settings|,
lastUpdated => 0,
},
'inbox copy sender hoverHelp' => {
message => q|If this setting is 'yes', users will receive a copy of messages that they send using the inbox.|,
lastUpdated => 0,
},
};
1;