From: danmarsden Date: Thu, 3 May 2007 00:06:17 +0000 (+0000) Subject: MDL-8394 Allow students to remove their choice when they are allowed to update their... X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=fedd20219f463e07cb8b920dd019efe4c07ec201;p=moodle.git MDL-8394 Allow students to remove their choice when they are allowed to update their choice. LANG file update. --- diff --git a/lang/en_utf8/choice.php b/lang/en_utf8/choice.php index ea8a47106b..e8487d1248 100644 --- a/lang/en_utf8/choice.php +++ b/lang/en_utf8/choice.php @@ -40,6 +40,7 @@ $string['publishnot'] = 'Do not publish results to students'; $string['responses'] = 'Responses'; $string['responsesto'] = 'Responses to $a'; $string['savemychoice'] = 'Save my choice'; +$string['removemychoice'] = 'Remove my choice'; $string['showunanswered'] = 'Show column for unanswered'; $string['spaceleft'] = 'space available'; $string['spacesleft'] = 'spaces available';