Skip to content

Commit

Permalink
fixed harcoded string "Select a Role"
Browse files Browse the repository at this point in the history
  • Loading branch information
skodak committed Sep 12, 2006
1 parent be382aa commit bc202f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion admin/roles/manage.php
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@

// 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>');

Expand Down
1 change: 1 addition & 0 deletions lang/en_utf8/moodle.php
Original file line number Diff line number Diff line change
Expand Up @@ -1155,6 +1155,7 @@
$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';
Expand Down

0 comments on commit bc202f4

Please sign in to comment.