mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
manage roles: MDL-8313 face lift allow override/assign, add labels and tooltips to the checkboxes for usability and accessibility.
This commit is contained in:
parent
ad5616a934
commit
587a1ea358
3 changed files with 16 additions and 2 deletions
|
@ -9,6 +9,8 @@ $string['allow'] = 'Allow';
|
|||
$string['allowassign'] = 'Allow role assignments';
|
||||
$string['allowed'] = 'Allowed';
|
||||
$string['allowoverride'] = 'Allow role overrides';
|
||||
$string['allowroletoassign'] = 'Allow users with role $a->fromrole to assign the role $a->targetrole';
|
||||
$string['allowroletooverride'] = 'Allow users with role $a->fromrole to override the role $a->targetrole';
|
||||
$string['allsiteusers'] = 'All site users';
|
||||
$string['assignanotherrole'] = 'Assign another role';
|
||||
$string['assignerror'] = 'Error while assigning the role $a->role to user $a->user.';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue