diff options
Diffstat (limited to 'phpBB/language/en/ucp.php')
-rw-r--r-- | phpBB/language/en/ucp.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/phpBB/language/en/ucp.php b/phpBB/language/en/ucp.php index 101f60a723..bcfa4b589b 100644 --- a/phpBB/language/en/ucp.php +++ b/phpBB/language/en/ucp.php @@ -221,10 +221,8 @@ $lang += array( 'NO_AUTH_EDIT_MESSAGE' => 'You are not authorized to edit private messages.', 'NO_AUTH_FORWARD_MESSAGE' => 'You are not authorized to forward private messages.', 'NO_AUTH_GROUP_MESSAGE' => 'You are not authorized to send private messages to groups.', - 'NO_AUTH_QUOTE_MESSAGE' => 'You are not authorized to quote private messages.', 'NO_AUTH_READ_MESSAGE' => 'You are not authorized to read private messages.', 'NO_AUTH_READ_REMOVED_MESSAGE' => 'You are not able to read this message because it was removed by the author.', - 'NO_AUTH_REPLY_MESSAGE' => 'You are not authorized to reply to private messages.', 'NO_AUTH_SEND_MESSAGE' => 'You are not authorized sending private messages.', 'NO_AUTH_SIGNATURE' => 'You are not authorized to define a signature', |