From: danmarsden Date: Wed, 18 Mar 2009 23:04:30 +0000 (+0000) Subject: MDL-18564 choice - fix grammar - thanks to Ray Lawrence for the report X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=caab877486339c618ad8e4974b20e0d84fb5d789;p=moodle.git MDL-18564 choice - fix grammar - thanks to Ray Lawrence for the report --- diff --git a/lang/en_utf8/choice.php b/lang/en_utf8/choice.php index 920e1a13b5..c443c3ba0e 100644 --- a/lang/en_utf8/choice.php +++ b/lang/en_utf8/choice.php @@ -37,7 +37,7 @@ $string['notopenyet'] = 'Sorry, this activity is not available until $a'; $string['option'] = 'Option'; $string['privacy'] = 'Privacy of results'; $string['publish'] = 'Publish results'; -$string['publishafteranswer'] = 'Show results to a student after they answer'; +$string['publishafteranswer'] = 'Show results to students after they answer'; $string['publishafterclose'] = 'Show results to students only after the choice is closed'; $string['publishalways'] = 'Always show results to students'; $string['publishanonymous'] = 'Publish anonymous results, do not show student names';