From 4cd37687c8ce5998073cb1cdca8b28450f5429cc Mon Sep 17 00:00:00 2001 From: moodler Date: Tue, 28 Dec 2004 13:57:38 +0000 Subject: [PATCH] Moved a string (out of order) --- lang/en/moodle.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/en/moodle.php b/lang/en/moodle.php index a5272f0a7e..593f16c802 100644 --- a/lang/en/moodle.php +++ b/lang/en/moodle.php @@ -30,7 +30,6 @@ $string['addresource'] = 'Add a resource...'; $string['address'] = 'Address'; $string['addstudent'] = 'Add student'; $string['addteacher'] = 'Add teacher'; -$string['allteachers'] = 'All teachers'; $string['admin'] = 'Admin'; $string['adminhelpaddnewuser'] = 'To manually create a new user account'; $string['adminhelpassignadmins'] = 'Admins can do anything and go anywhere in the site'; @@ -75,6 +74,7 @@ $string['allowguests'] = 'This course allows guest users to enter'; $string['allowinternal'] = 'Allow internal methods as well'; $string['allownot'] = 'Do not allow'; $string['allparticipants'] = 'All participants'; +$string['allteachers'] = 'All teachers'; $string['alphabet'] = 'A,B,C,D,E,F,G,H,I,J,K,L,M,N,O,P,Q,R,S,T,U,V,W,X,Y,Z'; $string['alphanumerical'] = 'Can only contain alphabetical letters or numbers'; $string['alreadyconfirmed'] = 'Registration has already been confirmed'; -- 2.39.5