MDL-60548 profile: Clarify some users can always see email addresses.

This commit is contained in:
David Balch
2018-01-15 12:21:09 +00:00
parent 565f3f25f0
commit d2bba97d77
6 changed files with 8 additions and 4 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ if ($hassiteconfig
$choices['1'] = new lang_string('emaildisplayyes');
$choices['2'] = new lang_string('emaildisplaycourse');
$temp->add(new admin_setting_configselect('defaultpreference_maildisplay', new lang_string('emaildisplay'),
'', 2, $choices));
new lang_string('emaildisplay_help'), 2, $choices));
$choices = array();
$choices['0'] = new lang_string('textformat');