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

This commit is contained in:
Jake Dallimore 2018-06-20 15:37:10 +08:00
parent a039751aee
commit 03577962ef

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';