From dc52f193ebe6306edd65a72f4b8a1b8961d186ac Mon Sep 17 00:00:00 2001 From: Dan Poltawski Date: Tue, 17 Apr 2012 13:37:06 +0800 Subject: [PATCH] MDL-28176 lang - rephrase conditional access description --- lang/en/condition.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/en/condition.php b/lang/en/condition.php index 9a1c764c7c0..1c0fd6b633c 100644 --- a/lang/en/condition.php +++ b/lang/en/condition.php @@ -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_incomplete'] = 'must not be marked complete'; $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['grade_atleast'] = 'must be at least'; $string['gradecondition'] = 'Grade condition';