diff options
| author | Nils Adermann <naderman@naderman.de> | 2010-05-16 17:32:46 +0200 |
|---|---|---|
| committer | Nils Adermann <naderman@naderman.de> | 2010-05-16 17:32:46 +0200 |
| commit | ffe17fa4267e51ea498898f40f11e92fe662abc7 (patch) | |
| tree | 0398d2a4b609337f01cdfe0020bbd42a9df6dcef | |
| parent | a625e4b48aa914a5433d287ed73e22954bf840ea (diff) | |
| parent | b3028567c82aca21675b323198eb5476d9885d99 (diff) | |
| download | forums-ffe17fa4267e51ea498898f40f11e92fe662abc7.tar forums-ffe17fa4267e51ea498898f40f11e92fe662abc7.tar.gz forums-ffe17fa4267e51ea498898f40f11e92fe662abc7.tar.bz2 forums-ffe17fa4267e51ea498898f40f11e92fe662abc7.tar.xz forums-ffe17fa4267e51ea498898f40f11e92fe662abc7.zip | |
Merge branch 'ticket/rxu/9567' into develop-olympus
* ticket/rxu/9567:
[ticket/9567] Newly registered users group description rewording.
| -rw-r--r-- | phpBB/language/en/acp/board.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/language/en/acp/board.php b/phpBB/language/en/acp/board.php index ce57b07eae..52389d85b9 100644 --- a/phpBB/language/en/acp/board.php +++ b/phpBB/language/en/acp/board.php @@ -211,7 +211,7 @@ $lang = array_merge($lang, array( 'NEW_MEMBER_POST_LIMIT' => 'New member post limit', 'NEW_MEMBER_POST_LIMIT_EXPLAIN' => 'New members are within the <em>Newly Registered Users</em> group until they reach this number of posts. You can use this group to keep them from using the PM system or to review their posts. <strong>A value of 0 disables this feature.</strong>', 'NEW_MEMBER_GROUP_DEFAULT' => 'Set Newly Registered Users group to default', - 'NEW_MEMBER_GROUP_DEFAULT_EXPLAIN' => 'If set to yes and a new member post limit is specified newly registered users will be not only put into the <em>Newly Registered Users</em> group, but this group also being their default one. This may come in handy if you want to assign a group default rank and/or avatar the user then inherits.', + 'NEW_MEMBER_GROUP_DEFAULT_EXPLAIN' => 'If set to yes, and a new member post limit is specified, newly registered users will not only be put into the <em>Newly Registered Users</em> group, but this group will also be their default one. This may come in handy if you want to assign a group default rank and/or avatar the user then inherits.', 'ACC_ADMIN' => 'By Admin', 'ACC_DISABLE' => 'Disable', |
