From 9ef5b126ecc38e9941e9223f92c91b3ac13e585c Mon Sep 17 00:00:00 2001 From: Jakub Senko Date: Fri, 18 Mar 2016 11:22:00 +0100 Subject: [PATCH] [ticket/13013] Explain to user explicitl what "participate more" means PHPBB3-13013 --- phpBB/language/en/common.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',