aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes
diff options
context:
space:
mode:
authorNathan Guse <nathaniel.guse@gmail.com>2012-12-07 18:51:06 -0600
committerNathan Guse <nathaniel.guse@gmail.com>2012-12-07 18:51:06 -0600
commit4ab07aa45ebdf568a252821edf0837e17f1d9f20 (patch)
tree7b62e79a6c52505a104adb0b1ab932e117039d8f /phpBB/includes
parent8e6a69bf0c936d658deeb3714bc2d38b4b8750c8 (diff)
downloadforums-4ab07aa45ebdf568a252821edf0837e17f1d9f20.tar
forums-4ab07aa45ebdf568a252821edf0837e17f1d9f20.tar.gz
forums-4ab07aa45ebdf568a252821edf0837e17f1d9f20.tar.bz2
forums-4ab07aa45ebdf568a252821edf0837e17f1d9f20.tar.xz
forums-4ab07aa45ebdf568a252821edf0837e17f1d9f20.zip
[ticket/8323] Comments
PHPBB3-8323
Diffstat (limited to 'phpBB/includes')
-rw-r--r--phpBB/includes/ucp/ucp_pm_compose.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/ucp/ucp_pm_compose.php b/phpBB/includes/ucp/ucp_pm_compose.php
index f6192a3588..3e7ed05fdc 100644
--- a/phpBB/includes/ucp/ucp_pm_compose.php
+++ b/phpBB/includes/ucp/ucp_pm_compose.php
@@ -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'];