diff options
| author | Meik Sievertsen <acydburn@phpbb.com> | 2008-09-23 13:11:34 +0000 |
|---|---|---|
| committer | Meik Sievertsen <acydburn@phpbb.com> | 2008-09-23 13:11:34 +0000 |
| commit | ce6b87ccec8a92c5455871446f88b122019672e9 (patch) | |
| tree | 2e8acf0fe3e28ac79c7d8f54b2bceda2eaf05ec1 /phpBB/language/en/ucp.php | |
| parent | b486710ea127ca055ac1cb117f056e837a32370f (diff) | |
| download | forums-ce6b87ccec8a92c5455871446f88b122019672e9.tar forums-ce6b87ccec8a92c5455871446f88b122019672e9.tar.gz forums-ce6b87ccec8a92c5455871446f88b122019672e9.tar.bz2 forums-ce6b87ccec8a92c5455871446f88b122019672e9.tar.xz forums-ce6b87ccec8a92c5455871446f88b122019672e9.zip | |
- Automatically add users/groups to the PM recipient list, if entered or selected.
- Reply to PM now includes all previous recipients and not only the original sender.
- Added 'max_recipients' setting for private messages. This setting allows admins to define the maximum number of recipients per private message with a board-wide setting and a group-specific setting.
- Added new permission setting for sending private messages to groups. Now there are two permissions to define sending private messages to multiple recipients and private messages to groups.
git-svn-id: file:///svn/phpbb/trunk@8914 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language/en/ucp.php')
| -rw-r--r-- | phpBB/language/en/ucp.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/language/en/ucp.php b/phpBB/language/en/ucp.php index 6f262b980a..79026af56f 100644 --- a/phpBB/language/en/ucp.php +++ b/phpBB/language/en/ucp.php @@ -391,7 +391,7 @@ $lang = array_merge($lang, array( 'TIMEZONE' => 'Timezone', 'TO' => 'To', - 'TOO_MANY_RECIPIENTS' => 'Too many recipients.', + 'TOO_MANY_RECIPIENTS' => 'You tried to send a private message to too many recipients.', 'TOO_MANY_REGISTERS' => 'You have exceeded the maximum number of registration attempts for this session. Please try again later.', 'UCP' => 'User Control Panel', |
