mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
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:
parent
dc71f0abb7
commit
c7440b7668
1 changed files with 1 additions and 0 deletions
|
@ -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',
|
||||||
|
|
Loading…
Add table
Reference in a new issue