Add an Inbox setting to send the user a copy of messages that they send.
This commit is contained in:
commit
0983f6468d
4 changed files with 57 additions and 21 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue