From 7e25c8d9cc255fbe460c2a970ad7da241c0880bb Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Thu, 18 May 2006 18:18:32 +0000 Subject: - added a few missing log variables - include acp/common.php language file if displaying logs (LOG_ variables should be stored there only now) - added check to cron.php - added database_gc config variable - recalculate binary trees every once a week ;) git-svn-id: file:///svn/phpbb/trunk@5929 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/language/en/groups.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/language/en/groups.php') diff --git a/phpBB/language/en/groups.php b/phpBB/language/en/groups.php index fb4fac6d54..aad97a25e5 100644 --- a/phpBB/language/en/groups.php +++ b/phpBB/language/en/groups.php @@ -66,7 +66,7 @@ $lang = array_merge($lang, array( 'GROUP_LIST' => 'Manage Users', 'LOGIN_EXPLAIN_GROUP' => 'You need to login to view group details', - + 'NOT_LEADER_OF_GROUP' => 'The requested operation cannot be taken because you are not a leader of the selected group.', 'NOT_MEMBER_OF_GROUP' => 'The requested operation cannot be taken because you are not a member of the selected group.', -- cgit v1.2.1