mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
Titlecase be gone! Suprised John Hjorth hadn't picked these up as they've been bugging me for a while. ;)
git-svn-id: file:///svn/phpbb/trunk@6697 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
5e9becda17
commit
de1c536548
1 changed files with 2 additions and 2 deletions
|
@ -41,8 +41,8 @@ $lang = array_merge($lang, array(
|
||||||
|
|
||||||
'LOGIN_NOTIFY_FORUM' => 'You have been notified about this forum, please login to view it.',
|
'LOGIN_NOTIFY_FORUM' => 'You have been notified about this forum, please login to view it.',
|
||||||
|
|
||||||
'MARK_TOPICS_READ' => 'Mark Topics Read',
|
'MARK_TOPICS_READ' => 'Mark topics read',
|
||||||
'MOVED_TOPIC' => 'Moved Topic',
|
'MOVED_TOPIC' => 'Moved topic',
|
||||||
|
|
||||||
'NEW_POSTS_HOT' => 'New posts [ Popular ]',
|
'NEW_POSTS_HOT' => 'New posts [ Popular ]',
|
||||||
'NEW_POSTS_LOCKED' => 'New posts [ Locked ]',
|
'NEW_POSTS_LOCKED' => 'New posts [ Locked ]',
|
||||||
|
|
Loading…
Add table
Reference in a new issue