diff options
author | Tristan Darricau <tristan.darricau@sensiolabs.com> | 2016-03-26 19:21:36 +0100 |
---|---|---|
committer | Tristan Darricau <tristan.darricau@sensiolabs.com> | 2016-03-26 19:21:36 +0100 |
commit | 1f962dacafdf84a7895b1e5d81973c2264355e2e (patch) | |
tree | f7b58b8b0d41e72f5ab94432fdc2f38359191a89 /phpBB/language/en/common.php | |
parent | dedfb317f23dbfd42339a337989c67dc1bd2b009 (diff) | |
parent | fac6e5206f5c2895fcb2fa4ab7f9f76be5d49de4 (diff) | |
download | forums-1f962dacafdf84a7895b1e5d81973c2264355e2e.tar forums-1f962dacafdf84a7895b1e5d81973c2264355e2e.tar.gz forums-1f962dacafdf84a7895b1e5d81973c2264355e2e.tar.bz2 forums-1f962dacafdf84a7895b1e5d81973c2264355e2e.tar.xz forums-1f962dacafdf84a7895b1e5d81973c2264355e2e.zip |
Merge branch '3.1.x' into 3.2.x
* 3.1.x:
[ticket/13013] Explain to user explicitl what "participate more" means
Diffstat (limited to 'phpBB/language/en/common.php')
-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 a473e0d091..3bd5eea354 100644 --- a/phpBB/language/en/common.php +++ b/phpBB/language/en/common.php @@ -822,7 +822,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', |