Skip to content

Commit

Permalink
MDL-29420 Global Search Fixing string issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ankitagarwal committed Nov 4, 2011
1 parent f08f22c commit 43b5e6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lang/en/search.php
Expand Up @@ -76,5 +76,5 @@
$string['type'] = 'Type';
$string['uncompleteindexingerror'] = 'Indexing was not successfully completed, please restart it.';
$string['versiontoolow'] = 'Sorry, global search requires PHP 5.0.0 or later';
$string['whichmodulestosearch?'] = 'Which modules to search?';
$string['whichmodulestosearch'] = 'Which modules to search?';
$string['wordsintitle'] = 'Words in title';
2 changes: 1 addition & 1 deletion search/query.php
Expand Up @@ -238,7 +238,7 @@
</tr>

<tr>
<td><?php print_string('whichmodulestosearch?', 'search') ?>:</td>
<td><?php print_string('whichmodulestosearch', 'search') ?>:</td>
<td>
<select name="module">
<?php
Expand Down

0 comments on commit 43b5e6b

Please sign in to comment.