diff options
author | Jonathan Stanley <shs@users.sourceforge.net> | 2006-12-01 16:12:15 +0000 |
---|---|---|
committer | Jonathan Stanley <shs@users.sourceforge.net> | 2006-12-01 16:12:15 +0000 |
commit | de1c536548c5b41d33a16f3afe12ba67000d7210 (patch) | |
tree | 214aa491a0f96c49deccc41382d5c6652e8d0b7c /phpBB/language/en/viewforum.php | |
parent | 5e9becda1733052f918c4c9fa4179ad6084dd759 (diff) | |
download | forums-de1c536548c5b41d33a16f3afe12ba67000d7210.tar forums-de1c536548c5b41d33a16f3afe12ba67000d7210.tar.gz forums-de1c536548c5b41d33a16f3afe12ba67000d7210.tar.bz2 forums-de1c536548c5b41d33a16f3afe12ba67000d7210.tar.xz forums-de1c536548c5b41d33a16f3afe12ba67000d7210.zip |
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
Diffstat (limited to 'phpBB/language/en/viewforum.php')
-rw-r--r-- | phpBB/language/en/viewforum.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/language/en/viewforum.php b/phpBB/language/en/viewforum.php index f18dc37c77..8a1802b414 100644 --- a/phpBB/language/en/viewforum.php +++ b/phpBB/language/en/viewforum.php @@ -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 ]', |