mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 01:16:44 +02:00
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.
This commit is contained in:
parent
cec60526cc
commit
cfab68844e
2 changed files with 9 additions and 3 deletions
6
lang/en/block_search_forums.php
Normal file
6
lang/en/block_search_forums.php
Normal file
|
@ -0,0 +1,6 @@
|
|||
<?php //$Id$
|
||||
|
||||
$string['blocktitle'] = 'Search Forums';
|
||||
$string['advancedsearch'] = 'Advanced search';
|
||||
|
||||
?>
|
Loading…
Add table
Add a link
Reference in a new issue