1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-02-13 03:54:57 +01: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:
Jonathan Stanley 2006-12-01 16:12:15 +00:00
parent 5e9becda17
commit de1c536548

View File

@ -41,8 +41,8 @@ $lang = array_merge($lang, array(
'LOGIN_NOTIFY_FORUM' => 'You have been notified about this forum, please login to view it.',
'MARK_TOPICS_READ' => 'Mark Topics Read',
'MOVED_TOPIC' => 'Moved Topic',
'MARK_TOPICS_READ' => 'Mark topics read',
'MOVED_TOPIC' => 'Moved topic',
'NEW_POSTS_HOT' => 'New posts [ Popular ]',
'NEW_POSTS_LOCKED' => 'New posts [ Locked ]',