From bc202f4390c5587fcffb93aa2d2ae5bd2e6be2d6 Mon Sep 17 00:00:00 2001 From: skodak Date: Tue, 12 Sep 2006 20:54:21 +0000 Subject: [PATCH] fixed harcoded string "Select a Role" --- admin/roles/manage.php | 2 +- lang/en_utf8/moodle.php | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/admin/roles/manage.php b/admin/roles/manage.php index 72f887f85a..00c1e8555c 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 0726c720f0..b7d7e72ccc 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'; -- 2.39.5