diff --git a/mod/choice/lang/en/choice.php b/mod/choice/lang/en/choice.php index 48553ed49c2..4f5bbc6f051 100644 --- a/mod/choice/lang/en/choice.php +++ b/mod/choice/lang/en/choice.php @@ -86,8 +86,8 @@ $string['noresultsviewable'] = 'The results are not currently viewable.'; $string['notanswered'] = 'Not answered yet'; $string['notenrolledchoose'] = 'Sorry, only enrolled users are allowed to make choices.'; $string['notopenyet'] = 'Sorry, this activity is not available until {$a}'; -$string['numberofuser'] = 'Number of participants'; -$string['numberofuserinpercentage'] = 'Percentage of participants'; +$string['numberofuser'] = 'Number of responses'; +$string['numberofuserinpercentage'] = 'Percentage of responses'; $string['option'] = 'Option'; $string['optionno'] = 'Option {no}'; $string['options'] = 'Options';