From b66ad159eacbed380471f9fdfa46030ac2cf8627 Mon Sep 17 00:00:00 2001 From: danmarsden Date: Mon, 9 Feb 2009 09:54:27 +0000 Subject: [PATCH] MDL-17198 - show better confirmation of choice selection. missed lang file --- lang/en_utf8/choice.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/en_utf8/choice.php b/lang/en_utf8/choice.php index 1041ff994b..13dd742958 100644 --- a/lang/en_utf8/choice.php +++ b/lang/en_utf8/choice.php @@ -53,5 +53,5 @@ $string['taken'] = 'Taken'; $string['timerestrict'] = 'Restrict answering to this time period'; $string['viewallresponses'] = 'View $a responses'; $string['yourselection'] = 'Your selection'; - -?> +$string['choicesaved'] = 'Your choice has been saved'; +?> \ No newline at end of file -- 2.39.5