From: fiedorow Date: Tue, 8 Feb 2005 18:09:59 +0000 (+0000) Subject: New string for forum search X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=ff01c1f5db1ddd9a0997f81621e9f1dd7fad8923;p=moodle.git New string for forum search --- diff --git a/lang/en/forum.php b/lang/en/forum.php index 73f7fed86c..b55567d03c 100644 --- a/lang/en/forum.php +++ b/lang/en/forum.php @@ -68,6 +68,7 @@ $string['markunread'] = 'Mark unread'; $string['maxattachmentsize'] = 'Maximum attachment size'; $string['maxtimehaspassed'] = 'Sorry, but the maximum time for editing this post ($a) has passed!'; $string['message'] = 'Message'; +$string['missingsearchterms'] = 'The following search terms occur only in the HTML markup of this message:'; $string['modeflatnewestfirst'] = 'Display replies flat, with newest first'; $string['modeflatoldestfirst'] = 'Display replies flat, with oldest first'; $string['modenested'] = 'Display replies in nested form';