mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 01:16:44 +02:00
MDL-17816: Changes to the way availability conditions are displayed when viewing course
This commit is contained in:
parent
3982f0f87d
commit
e8e509865e
2 changed files with 27 additions and 6 deletions
|
@ -32,6 +32,6 @@ $string['requires_grade_range']='Not available unless you get a particular score
|
|||
$string['showavailability']='Before activity is available';
|
||||
$string['showavailability_show']='Show activity greyed-out, with restriction information';
|
||||
$string['showavailability_hide']='Hide activity entirely';
|
||||
$string['userrestriction_visible']='Activity conditionally restricted: ‘$a’';
|
||||
$string['userrestriction_hidden']='Activity conditionally restricted (completely hidden, no message): ‘$a’';
|
||||
$string['userrestriction_visible']='Restricted: ‘$a’';
|
||||
$string['userrestriction_hidden']='Restricted (completely hidden, no message): ‘$a’';
|
||||
?>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue