mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-18 22:41:28 +02:00
- m_warn is no longer a local moderation permission
- magic urls should properly use html entities - speed up posting on big boards, MAX(post_id) query can be simplified a lot in certain cases - user IP list should be labelled with "Other users" [Bug #9707] git-svn-id: file:///svn/phpbb/trunk@7355 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -222,7 +222,7 @@ $lang = array_merge($lang, array(
|
||||
'NO_TOPICS_QUEUE' => 'No topics',
|
||||
|
||||
'ONLY_TOPIC' => 'Only topic "%s"',
|
||||
'OTHER_USERS' => 'Users posting from this IP',
|
||||
'OTHER_USERS' => 'Other users posting from this IP',
|
||||
|
||||
'POSTER' => 'Poster',
|
||||
'POSTS_APPROVED_SUCCESS' => 'The selected posts have been approved',
|
||||
|
Reference in New Issue
Block a user