From 4784153309a6f9db5a00293e2bcfef710f9a68ba Mon Sep 17 00:00:00 2001 From: Stephen Bourget Date: Thu, 14 Jan 2016 14:01:34 -0500 Subject: [PATCH] MDL-48953 choice: Improve chart labels --- mod/choice/lang/en/choice.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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';