1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-05 16:27:38 +02:00

[ticket/8323] Comments

PHPBB3-8323
This commit is contained in:
Nathan Guse
2012-12-07 18:51:06 -06:00
parent 8e6a69bf0c
commit 4ab07aa45e
2 changed files with 16 additions and 7 deletions

View File

@@ -1263,7 +1263,7 @@ function handle_message_list_actions(&$address_list, &$error, $remove_u, $remove
}
$db->sql_freeresult($result);
// print a notice about users not being added who do not want to receive pms
// print a notice about users not being added who do not have permission to receive PMs
if ($removed)
{
$error[] = $user->lang['PM_USERS_REMOVED_NO_PERMISSION'];