mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
fixed cap names for grade:view*
This commit is contained in:
parent
54690a0894
commit
c71fea5986
@ -50,9 +50,9 @@ $string['grade:lock'] = 'Lock grades or items';
|
||||
$string['grade:manage'] = 'Manage grade items';
|
||||
$string['grade:override'] = 'Override grades';
|
||||
$string['grade:unlock'] = 'Unlock grades or items';
|
||||
$string['grade:view'] = 'View own grades (or other user)';
|
||||
$string['grade:viewall'] = 'View all grades of all users';
|
||||
$string['grade:viewhidden'] = 'View own hidden grades (or other user)';
|
||||
$string['grade:view'] = 'View own grades';
|
||||
$string['grade:viewall'] = 'View grades of other users';
|
||||
$string['grade:viewhidden'] = 'View hidden grades for owner';
|
||||
$string['currentcontext'] = 'Current context';
|
||||
$string['currentrole'] = 'Current role';
|
||||
$string['defaultrole'] = 'Default role';
|
||||
|
Loading…
x
Reference in New Issue
Block a user