aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorscootergrisen <scootergrisen@gmail.com>2018-04-16 16:18:57 +0200
committerMarc Alexander <admin@m-a-styles.de>2018-06-17 14:10:22 +0200
commit90e4eb24514ecee4efe611c6347845b389f27966 (patch)
tree94a9fcc87a0433722eba618cab9c3c35db0293be
parent57cb513b8b8ede1813a1bc8eb1c6cb00fc109ade (diff)
downloadforums-90e4eb24514ecee4efe611c6347845b389f27966.tar
forums-90e4eb24514ecee4efe611c6347845b389f27966.tar.gz
forums-90e4eb24514ecee4efe611c6347845b389f27966.tar.bz2
forums-90e4eb24514ecee4efe611c6347845b389f27966.tar.xz
forums-90e4eb24514ecee4efe611c6347845b389f27966.zip
[ticket/15633] Double space to single space
Value of GROUP_MAX_RECIPIENTS_EXPLAIN key contains double space. This removes one of the spaces. PHPBB3-15633
-rw-r--r--phpBB/language/en/acp/groups.php2
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',