MDL-17816: Changes to the way availability conditions are displayed when viewing course

This commit is contained in:
sam_marshall 2009-04-17 11:07:59 +00:00
parent 3982f0f87d
commit e8e509865e
2 changed files with 27 additions and 6 deletions

View file

@ -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’';
?>