MDL-33996 Remove the nopostscontaining string from the forum module
authorDavid Mudrák <david@moodle.com>
Thu, 21 Feb 2013 13:50:15 +0000 (14:50 +0100)
committerDavid Mudrák <david@moodle.com>
Thu, 21 Feb 2013 13:50:15 +0000 (14:50 +0100)
After Mark's improvements at the search results display page, the string
is not needed any more.

mod/forum/lang/en/forum.php

index 8dd26b1..8ac31f0 100644 (file)
@@ -281,7 +281,6 @@ $string['nopostforum'] = 'Sorry, you are not allowed to post to this forum';
 $string['noposts'] = 'No posts';
 $string['nopostsmadebyuser'] = '{$a} has made no posts';
 $string['nopostsmadebyyou'] = 'You haven\'t made any posts';
-$string['nopostscontaining'] = 'No posts containing \'{$a}\' were found';
 $string['noquestions'] = 'There are no questions yet in this forum';
 $string['nosubscribers'] = 'There are no subscribers yet for this forum';
 $string['notexists'] = 'Discussion no longer exists';