diff options
author | Tristan Darricau <tristan.darricau@sensiolabs.com> | 2016-03-26 19:17:57 +0100 |
---|---|---|
committer | Tristan Darricau <tristan.darricau@sensiolabs.com> | 2016-03-26 19:17:57 +0100 |
commit | fac6e5206f5c2895fcb2fa4ab7f9f76be5d49de4 (patch) | |
tree | 596c41047f38be8646a5611bef41b65a624d4605 /phpBB | |
parent | 640070e13304c9cd0f5c76e5802e36b70e45395b (diff) | |
parent | 9ef5b126ecc38e9941e9223f92c91b3ac13e585c (diff) | |
download | forums-fac6e5206f5c2895fcb2fa4ab7f9f76be5d49de4.tar forums-fac6e5206f5c2895fcb2fa4ab7f9f76be5d49de4.tar.gz forums-fac6e5206f5c2895fcb2fa4ab7f9f76be5d49de4.tar.bz2 forums-fac6e5206f5c2895fcb2fa4ab7f9f76be5d49de4.tar.xz forums-fac6e5206f5c2895fcb2fa4ab7f9f76be5d49de4.zip |
Merge pull request #4229 from Senky/ticket/13013
closes #4229
* Senky-ticket/13013:
[ticket/13013] Explain to user explicitl what "participate more" means
Diffstat (limited to 'phpBB')
-rw-r--r-- | phpBB/language/en/common.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/language/en/common.php b/phpBB/language/en/common.php index 47e04d9360..4c47b97138 100644 --- a/phpBB/language/en/common.php +++ b/phpBB/language/en/common.php @@ -815,7 +815,7 @@ $lang = array_merge($lang, array( 'USERS' => 'Users', 'USE_PERMISSIONS' => 'Test out user’s permissions', - 'USER_NEW_PERMISSION_DISALLOWED' => 'We are sorry, but you are not authorised to use this feature. You may have just registered here and may need to participate more to be able to use this feature.', + 'USER_NEW_PERMISSION_DISALLOWED' => 'We are sorry, but you are not authorised to use this feature. You may have just registered here and may need to participate more in discussions to be able to use this feature.', 'VARIANT_DATE_SEPARATOR' => ' / ', // Used in date format dropdown, eg: "Today, 13:37 / 01 Jan 2007, 13:37" ... to join a relative date with calendar date 'VIEWED' => 'Viewed', |