mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
Fix #916 show error earlier if attempting to add self as friend
This commit is contained in:
parent
cc0f2c5a62
commit
7b1f0b4ee2
4 changed files with 11 additions and 1 deletions
|
|
@ -26,6 +26,7 @@ $lang->cmd_add_friend_group = 'Add Friend Group';
|
|||
$lang->cmd_rename_friend_group = 'Rename Friend Group';
|
||||
$lang->cmd_delete_friend_group = 'Delete Friend Group';
|
||||
$lang->msg_already_friend = 'You are already friends with this person.';
|
||||
$lang->msg_no_self_friend = 'You cannot add yourself as a friend.';
|
||||
$lang->msg_no_message = 'There is no message.';
|
||||
$lang->msg_cannot_send_to_yourself = 'Cannot send a message to yourself.';
|
||||
$lang->message_received = 'You have a new message.';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue