From 44ac2f4d89a6c836eecb31220a8e8ecdf4572e4a Mon Sep 17 00:00:00 2001 From: danmarsden Date: Wed, 18 Mar 2009 23:05:56 +0000 Subject: [PATCH] MDL-18564 choice - fix grammar - thanks to Ray Lawrence for the report merged from HEAD --- lang/en_utf8/choice.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/en_utf8/choice.php b/lang/en_utf8/choice.php index ea8a47106bb..7c1f4bf469e 100644 --- a/lang/en_utf8/choice.php +++ b/lang/en_utf8/choice.php @@ -31,7 +31,7 @@ $string['notanswered'] = 'Not answered yet'; $string['notopenyet'] = 'Sorry, this activity is not available until $a'; $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';