MDL-56881 mod_choice: clarify lang string for limit-reached scenarios

This commit is contained in:
Jake Dallimore
2018-07-09 11:06:51 +08:00
parent a5f3967e57
commit 2b37ee6049
+1 -1
View File
@@ -51,7 +51,7 @@ $string['choice:addinstance'] = 'Add a new choice';
$string['choiceclose'] = 'Allow responses until';
$string['choice:deleteresponses'] = 'Modify and delete responses';
$string['choice:downloadresponses'] = 'Download responses';
$string['choicefull'] = 'This choice is full and there are no available places.';
$string['choicefull'] = 'One or more of the options you have selected have already been filled. Your response has not been saved. Please make another selection.';
$string['choice:choose'] = 'Record a choice';
$string['choicecloseson'] = 'Choice closes on {$a}';
$string['choicename'] = 'Choice name';