aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2003-04-01 00:50:06 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2003-04-01 00:50:06 +0000
commit823a484e77ba9e1ce51451054fa120b6201dd298 (patch)
tree6d0d1ba2e1df1485e12e9c548b90e1cb7d714a22 /phpBB/language
parent5231006c03848f7e35ef53b0548a4ed5b5732a5e (diff)
downloadforums-823a484e77ba9e1ce51451054fa120b6201dd298.tar
forums-823a484e77ba9e1ce51451054fa120b6201dd298.tar.gz
forums-823a484e77ba9e1ce51451054fa120b6201dd298.tar.bz2
forums-823a484e77ba9e1ce51451054fa120b6201dd298.tar.xz
forums-823a484e77ba9e1ce51451054fa120b6201dd298.zip
Lang string name changes for topic title prefixes
git-svn-id: file:///svn/phpbb/trunk@3773 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language')
-rw-r--r--phpBB/language/en/lang_main.php10
1 files changed, 5 insertions, 5 deletions
diff --git a/phpBB/language/en/lang_main.php b/phpBB/language/en/lang_main.php
index 869a8c600a..fad299b059 100644
--- a/phpBB/language/en/lang_main.php
+++ b/phpBB/language/en/lang_main.php
@@ -232,11 +232,11 @@ $lang = array(
'DISPLAY_TOPICS' => 'Display topics from previous',
'ALL_TOPICS' => 'All Topics',
- 'TOPIC_ANNOUNCEMENT'=> '<b>Announcement:</b>',
- 'TOPIC_STICKY' => '<b>Sticky:</b>',
- 'TOPIC_MOVED' => '<b>Moved:</b>',
- 'TOPIC_POLL' => '<b>Poll:</b>',
- 'TOPIC_LOCKED' => '<b>Locked:</b>',
+ 'VIEW_TOPIC_ANNOUNCEMENT'=> '<b>Announcement:</b>',
+ 'VIEW_TOPIC_STICKY' => '<b>Sticky:</b>',
+ 'VIEW_TOPIC_MOVED' => '<b>Moved:</b>',
+ 'VIEW_TOPIC_POLL' => '<b>Poll:</b>',
+ 'VIEW_TOPIC_LOCKED' => '<b>Locked:</b>',
'MARK_TOPICS_READ' => 'Mark all topics read',
'Topics_marked_read' => 'The topics for this forum have now been marked read',