mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-01 14:30:32 +02:00
Change meta handling, we can use existing functions for what we need and remove the redundant code
git-svn-id: file:///svn/phpbb/trunk@6150 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -313,7 +313,7 @@ $lang = array_merge($lang, array(
|
||||
'NO_FORUM' => 'The forum you selected does not exist',
|
||||
'NO_FORUMS' => 'This board has no forums',
|
||||
'NO_GROUP' => 'The requested usergroup does not exist.',
|
||||
'NO_GROUP_MEMBERS' => 'This group is currently not having any members assigned',
|
||||
'NO_GROUP_MEMBERS' => 'This group currently has no members',
|
||||
'NO_MEMBERS' => 'No members found for this search criteria',
|
||||
'NO_MESSAGES' => 'No messages',
|
||||
'NO_MODERATORS' => 'No moderators assigned at this board.',
|
||||
|
Reference in New Issue
Block a user