From 94d52f8f02cf347c5d9589acd7bb248a3f6740c8 Mon Sep 17 00:00:00 2001 From: vyshane Date: Tue, 10 Oct 2006 05:12:30 +0000 Subject: [PATCH] Added string for forum reset fix (MDL-6537) --- 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 9b6184c366e..503d1a2ac36 100644 --- a/lang/en_utf8/forum.php +++ b/lang/en_utf8/forum.php @@ -178,6 +178,7 @@ $string['repliesone'] = '$a reply so far'; $string['reply'] = 'Reply'; $string['replyforum'] = 'Reply to forum'; $string['resetforums'] = 'Remove all posts from these types of forums'; +$string['resetsubscriptions'] = 'Remove forum subscriptions'; $string['rsssubscriberssdiscussions'] = 'Display the RSS feed for \'$a\' discussions'; $string['rsssubscriberssposts'] = 'Display the RSS feed for \'$a\' posts'; $string['search'] = 'Search';