### Eclipse Workspace Patch 1.0
#P cvshead
Index: lang/en_utf8/condition.php
===================================================================
RCS file: /cvsroot/moodle/moodle/lang/en_utf8/condition.php,v
retrieving revision 1.3
diff -u -r1.3 condition.php
--- lang/en_utf8/condition.php	15 Jan 2009 14:30:19 -0000	1.3
+++ lang/en_utf8/condition.php	17 Feb 2009 21:21:27 -0000
@@ -19,16 +19,16 @@
 $string['help_showavailability']='display of unavailable activities';
 $string['none']='(none)';
 $string['notavailableyet']='Not available yet';
-$string['requires_completion_0']='Not available unless the activity <strong>$a</strong> is incomplete.';
-$string['requires_completion_1']='Not available until the activity <strong>$a</strong> is marked complete.';
-$string['requires_completion_2']='Not available until the activity <strong>$a</strong> is complete and passed.';
-$string['requires_completion_3']='Not available unless the activity <strong>$a</strong> is complete and failed.';
-$string['requires_date']='Not available until $a.';
-$string['requires_date_before']='Not available from $a.';
-$string['requires_grade_any']='Not available until you have a grade in <strong>$a</strong>.';
-$string['requires_grade_min']='Not available until you achieve a required score in <strong>$a</strong>.';
-$string['requires_grade_max']='Not available unless you get an appropriate score in <strong>$a</strong>.';
-$string['requires_grade_range']='Not available unless you get a particular score in <strong>$a</strong>.';
+$string['requires_completion_0']='Available when the activity <strong>$a</strong> is complete.';
+$string['requires_completion_1']='Available when the activity <strong>$a</strong> is marked complete.';
+$string['requires_completion_2']='Available when the activity <strong>$a</strong> is complete and passed.';
+$string['requires_completion_3']='Available when the activity <strong>$a</strong> is complete and failed.';
+$string['requires_date']='Available beginning $a.';
+$string['requires_date_before']='Available before $a.';
+$string['requires_grade_any']='Available when you have a grade in <strong>$a</strong>.';
+$string['requires_grade_min']='Available when you achieve a required score in <strong>$a</strong>.';
+$string['requires_grade_max']='Available when you get an appropriate score in <strong>$a</strong>.';
+$string['requires_grade_range']='Available when you get a particular score in <strong>$a</strong>.';
 $string['showavailability']='Before activity is available';
 $string['showavailability_show']='Show activity greyed-out, with restriction information';
 $string['showavailability_hide']='Hide activity entirely';
