From 3e7c65ab114f5f5e61a419e7c5861ed6b6632a57 Mon Sep 17 00:00:00 2001 From: koenr Date: Mon, 16 Oct 2006 21:19:26 +0000 Subject: [PATCH] strings necessary for 1.6 should not be deleted or altered since translations are not branched --- lang/en_utf8/forum.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/en_utf8/forum.php b/lang/en_utf8/forum.php index 4aedd0d1bf..94b49d8edd 100644 --- a/lang/en_utf8/forum.php +++ b/lang/en_utf8/forum.php @@ -127,6 +127,7 @@ $string['movedmarker'] = '(Moved)'; $string['movethisdiscussionto'] = 'Move this discussion to ... '; $string['namenews'] = 'News forum'; $string['namesocial'] = 'Social forum'; +$string['nameteacher'] = 'Teacher forum'; //depreciated after 1.7 $string['newforumposts'] = 'New forum posts'; $string['nodiscussions'] = 'There are no discussion topics yet in this forum'; $string['noguestpost'] = 'Sorry, guests are not allowed to post.'; -- 2.39.5