]> git.mjollnir.org Git - moodle.git/commitdiff
Avoiding the use of the word "filter" on the Recent Activity page as
authormoodler <moodler>
Wed, 10 Mar 2004 13:35:12 +0000 (13:35 +0000)
committermoodler <moodler>
Wed, 10 Mar 2004 13:35:12 +0000 (13:35 +0000)
it might be confusing ... search will do.

lang/en/moodle.php

index 53443de19c0b5cfe343914ed345b148a18c22d1b..8da1d0f7cf66aa24e7c4652ff59ca6808e13fbb6 100644 (file)
@@ -27,7 +27,7 @@ $string['addnewuser'] = 'Add a new user';
 $string['address'] = 'Address';
 $string['addstudent'] = 'Add student';
 $string['addteacher'] = 'Add teacher';
-$string['advancedfilter'] = 'Advanced filter';
+$string['advancedfilter'] = 'Advanced search';
 $string['admin'] = 'Admin';
 $string['adminhelpaddnewuser'] = 'To manually create a new user account';
 $string['adminhelpassignadmins'] = 'Admins can do anything and go anywhere in the site';
@@ -638,7 +638,7 @@ $string['nopotentialcreators'] = 'No potential course creators';
 $string['nopotentialstudents'] = 'No potential students';
 $string['nopotentialteachers'] = 'No potential teachers';
 $string['normal'] = 'Normal';
-$string['normalfilter'] = 'Normal filter';
+$string['normalfilter'] = 'Normal search';
 $string['nostudentsfound'] = 'No $a found';
 $string['nostudentsyet'] = 'No students enrolled in this course yet';
 $string['nosuchemail'] = 'No such email address';