MDL-28176 lang - rephrase conditional access description

This commit is contained in:
Dan Poltawski 2012-04-17 13:37:06 +08:00
parent b1d3043354
commit dc52f193eb

View file

@ -41,7 +41,7 @@ Multiple activity completion conditions may be set if desired. If so, access to
$string['completion_fail'] = 'must be complete with fail grade'; $string['completion_fail'] = 'must be complete with fail grade';
$string['completion_incomplete'] = 'must not be marked complete'; $string['completion_incomplete'] = 'must not be marked complete';
$string['completion_pass'] = 'must be complete with pass grade'; $string['completion_pass'] = 'must be complete with pass grade';
$string['configenableavailability'] = 'When enabled, this lets you set conditions (based on date, grade, or completion) that control whether an activity can be accessed.'; $string['configenableavailability'] = 'When enabled, this lets you set conditions (based on date, grade, or completion) that control whether an activity or resource can be accessed.';
$string['enableavailability'] = 'Enable conditional access'; $string['enableavailability'] = 'Enable conditional access';
$string['grade_atleast'] = 'must be at least'; $string['grade_atleast'] = 'must be at least';
$string['gradecondition'] = 'Grade condition'; $string['gradecondition'] = 'Grade condition';