diff --git a/admin/roles/manage.php b/admin/roles/manage.php index 72f887f85a4..00c1e8555cd 100755 --- a/admin/roles/manage.php +++ b/admin/roles/manage.php @@ -164,7 +164,7 @@ // prints a form to swap roles print ('
'); - print ('
Select a Role: '); + print ('
'.get_string('selectrole').': '); choose_from_menu ($roleoptions, 'roleid', $roleid, 'choose', $script='rolesform1.submit()'); print ('
'); diff --git a/lang/en_utf8/moodle.php b/lang/en_utf8/moodle.php index 0726c720f05..b7d7e72cccc 100644 --- a/lang/en_utf8/moodle.php +++ b/lang/en_utf8/moodle.php @@ -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';