]> git.mjollnir.org Git - moodle.git/commitdiff
fixed harcoded string "Select a Role"
authorskodak <skodak>
Tue, 12 Sep 2006 20:54:21 +0000 (20:54 +0000)
committerskodak <skodak>
Tue, 12 Sep 2006 20:54:21 +0000 (20:54 +0000)
admin/roles/manage.php
lang/en_utf8/moodle.php

index 72f887f85a47082bef06c0d9ef3d92dcf549cee4..00c1e8555cd5d212d927720a80696444c11ea428 100755 (executable)
         
         // prints a form to swap roles
         print ('<form name="rolesform1" action="manage.php" method="post">');
-        print ('<div align="center">Select a Role: ');
+        print ('<div align="center">'.get_string('selectrole').': ');
         choose_from_menu ($roleoptions, 'roleid', $roleid, 'choose', $script='rolesform1.submit()');
         print ('</div></form>');
               
index 0726c720f05f117372198bf87558bfc7d9bced72..b7d7e72ccccefd75401a31725cc260203dc1f3c7 100644 (file)
@@ -1155,6 +1155,7 @@ $string['selectacountry'] = 'Select a country';
 $string['selectamodule'] = 'Please select an activity module';
 $string['selectednowmove'] = '$a files selected for moving. Now go to the destination and press \'Move files to here\'';
 $string['selectnos'] = 'Select all \'no\'';
+$string['selectrole'] = 'Select a Role';
 $string['senddetails'] = 'Send my details via email';
 $string['separateandconnected'] = 'Separate and Connected ways of knowing';
 $string['serverlocaltime'] = 'Server\'s local time';