moodle/lang/en/block_search_forums.php
defacer cfab68844e Adding a new lang file for the search forums block (no need to load up the
forum.php behemoth just for that) and moving a couple of strings there.

Hardwired strings and capitalization all fixed.

This fixes bugs 3090 and 3154.
2005-05-07 16:25:46 +00:00

6 lines
105 B
PHP

<?php //$Id$
$string['blocktitle'] = 'Search Forums';
$string['advancedsearch'] = 'Advanced search';
?>