From: moodler Date: Tue, 28 Dec 2004 13:57:38 +0000 (+0000) Subject: Moved a string (out of order) X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=4cd37687c8ce5998073cb1cdca8b28450f5429cc;p=moodle.git Moved a string (out of order) --- 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';