Added the quickmod var for topic_type switching

git-svn-id: file:///svn/phpbb/trunk@3644 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Ludovic Arnaud 2003-03-13 01:06:36 +00:00
parent dc71f0abb7
commit c7440b7668

View file

@ -310,6 +310,7 @@ $lang = array(
'DELETE_TOPIC' => 'Delete topic', 'DELETE_TOPIC' => 'Delete topic',
'SPLIT_TOPIC' => 'Split topic', 'SPLIT_TOPIC' => 'Split topic',
'MERGE_TOPIC' => 'Merge topic', 'MERGE_TOPIC' => 'Merge topic',
'CHANGE_TOPIC_TYPE' => 'Change topic type to: ',
'Stop_watching_topic' => 'Stop watching this topic', 'Stop_watching_topic' => 'Stop watching this topic',
'Start_watching_topic' => 'Watch this topic for replies', 'Start_watching_topic' => 'Watch this topic for replies',