From: Eloy Lafuente (stronk7) Date: Mon, 23 Apr 2012 22:30:50 +0000 (+0200) Subject: Merge branch 'MDL-28176' of git://github.com/danpoltawski/moodle X-Git-Tag: v2.3.0-beta~698 X-Git-Url: http://git.moodle.org/gw?p=moodle.git;a=commitdiff_plain;h=9614e54bfcfea9f29cecf33eb6001eb57180e0d5;hp=f24628a29021e60d2fd17d265fdb859171217002 Merge branch 'MDL-28176' of git://github.com/danpoltawski/moodle --- 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';