mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 17:21:39 +09:00
Fix #2281 warning/notice if sender/recipient of message is not a member anymore
This commit is contained in:
parent
4e192668a1
commit
86548a8d6a
6 changed files with 10 additions and 8 deletions
|
|
@ -37,6 +37,7 @@ $lang->msg_title_is_null = 'Please enter the title of message.';
|
|||
$lang->msg_content_is_null = 'Please enter the content.';
|
||||
$lang->msg_allow_message_to_friend = 'Failed to send a message because the recipient accepts messages from friends only.';
|
||||
$lang->msg_disallow_message = 'Failed to send a message because the recipient blocked receiving messages.';
|
||||
$lang->msg_invalid_recipient = 'Failed to find the recipient\'s member information.';
|
||||
$lang->about_allow_message = 'You can set whether to receive messages or not.';
|
||||
$lang->msg_send_mail_privacy = 'Your email address will be exposed to the recipient.';
|
||||
$lang->msg_send_mail_admin_only = 'The email option can only be used by the administrator.';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue