From fedd20219f463e07cb8b920dd019efe4c07ec201 Mon Sep 17 00:00:00 2001 From: danmarsden Date: Thu, 3 May 2007 00:06:17 +0000 Subject: [PATCH] MDL-8394 Allow students to remove their choice when they are allowed to update their choice. LANG file update. --- lang/en_utf8/choice.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/en_utf8/choice.php b/lang/en_utf8/choice.php index ea8a47106bb..e8487d12487 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';