mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 09:26:35 +02:00

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.
6 lines
No EOL
105 B
PHP
6 lines
No EOL
105 B
PHP
<?php //$Id$
|
|
|
|
$string['blocktitle'] = 'Search Forums';
|
|
$string['advancedsearch'] = 'Advanced search';
|
|
|
|
?>
|