diff options
author | Marc Alexander <admin@m-a-styles.de> | 2018-06-17 15:35:17 +0200 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2018-06-17 15:35:17 +0200 |
commit | aea56fcf579f60c7215b68d0d745984a56596ac1 (patch) | |
tree | 4d264bee2089f323dda1e15db1aba32cab0b6095 /phpBB/language/en | |
parent | ec87cc1f3efa87d5c76451b13492c33512b4bf2f (diff) | |
parent | 90e4eb24514ecee4efe611c6347845b389f27966 (diff) | |
download | forums-aea56fcf579f60c7215b68d0d745984a56596ac1.tar forums-aea56fcf579f60c7215b68d0d745984a56596ac1.tar.gz forums-aea56fcf579f60c7215b68d0d745984a56596ac1.tar.bz2 forums-aea56fcf579f60c7215b68d0d745984a56596ac1.tar.xz forums-aea56fcf579f60c7215b68d0d745984a56596ac1.zip |
Merge pull request #5246 from marc1706/ticket/15633
[ticket/15633] Double space to single space
Diffstat (limited to 'phpBB/language/en')
-rw-r--r-- | phpBB/language/en/acp/groups.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/language/en/acp/groups.php b/phpBB/language/en/acp/groups.php index 9d0bb5f8b9..c3a5ae9e44 100644 --- a/phpBB/language/en/acp/groups.php +++ b/phpBB/language/en/acp/groups.php @@ -92,7 +92,7 @@ $lang = array_merge($lang, array( 'GROUP_OPEN' => 'Open', 'GROUP_PENDING' => 'Pending members', 'GROUP_MAX_RECIPIENTS' => 'Maximum number of allowed recipients per private message', - 'GROUP_MAX_RECIPIENTS_EXPLAIN' => 'The maximum number of allowed recipients in a private message. The maximum for all groups of the user is used to determine the actual value.<br />Set this value to 0 to overwrite the setting for all users of this group with the board-wide setting.', + 'GROUP_MAX_RECIPIENTS_EXPLAIN' => 'The maximum number of allowed recipients in a private message. The maximum for all groups of the user is used to determine the actual value.<br />Set this value to 0 to overwrite the setting for all users of this group with the board-wide setting.', 'GROUP_OPTIONS_SAVE' => 'Group wide options', 'GROUP_PROMOTE' => 'Promote to group leader', 'GROUP_RANK' => 'Group rank', |