]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-17198 - show better confirmation of choice selection. missed lang file
authordanmarsden <danmarsden>
Mon, 9 Feb 2009 09:54:27 +0000 (09:54 +0000)
committerdanmarsden <danmarsden>
Mon, 9 Feb 2009 09:54:27 +0000 (09:54 +0000)
lang/en_utf8/choice.php

index 1041ff994bf78769f09c4eb82d6c7b2a6a10542c..13dd74295899cfa58a5b031d2b639e9ec3d97ffe 100644 (file)
@@ -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