From 93df0f0f313e3bbb661cd6c83564dc61bc650fe3 Mon Sep 17 00:00:00 2001 From: Dan Poltawski Date: Mon, 6 Aug 2012 15:31:16 +0800 Subject: [PATCH] MDL-34745 mod_forum: remove throttlingapplies string Its no longer used --- mod/forum/lang/en/forum.php | 1 - 1 file changed, 1 deletion(-) diff --git a/mod/forum/lang/en/forum.php b/mod/forum/lang/en/forum.php index 659ec8b9872..697fc0c03f7 100644 --- a/mod/forum/lang/en/forum.php +++ b/mod/forum/lang/en/forum.php @@ -179,7 +179,6 @@ $string['forums'] = 'Forums'; $string['forum:splitdiscussions'] = 'Split discussions'; $string['forum:startdiscussion'] = 'Start new discussions'; $string['forumsubjecthidden'] = 'Subject (hidden)'; -$string['forum:throttlingapplies'] = 'Throttling applies'; $string['forumtracked'] = 'Unread posts are being tracked'; $string['forumtrackednot'] = 'Unread posts are not being tracked'; $string['forumtype'] = 'Forum type';