diff --git a/grade/report/grader/settings.php b/grade/report/grader/settings.php index 889fd3ca1a9..4d1c7c01950 100644 --- a/grade/report/grader/settings.php +++ b/grade/report/grader/settings.php @@ -45,7 +45,7 @@ $settings->add(new admin_setting_configcheckbox('grade_report_showcalculations', get_string('showcalculations_help', 'grades'), 0)); $settings->add(new admin_setting_configcheckbox('grade_report_showeyecons', get_string('showeyecons', 'grades'), - get_string('configshoweyecons', 'grades'), 0)); + get_string('showeyecons_help', 'grades'), 0)); $settings->add(new admin_setting_configcheckbox('grade_report_showaverages', get_string('showaverages', 'grades'), get_string('showaverages_help', 'grades'), 1)); diff --git a/lang/en/grades.php b/lang/en/grades.php index fcfc7f2c400..6837828d6c5 100755 --- a/lang/en/grades.php +++ b/lang/en/grades.php @@ -129,7 +129,6 @@ $string['confighiddenasdate'] = 'If user can not see hidden grades show date of $string['confighideforcedsettings'] = 'Do not show forced settings in grading UI.'; $string['configincludescalesinaggregation'] = 'You can change whether scales are to be included as numbers in all aggregated grades across all gradebooks in all courses. CAUTION: changing this setting will force all aggregated grades to be recalculated.'; $string['configprofilereport'] = 'Grade report used on user profile page.'; -$string['configshoweyecons'] = 'Whether to show a show/hide icon near each grade (controlling its visibility to the user).'; $string['configshowfeedback'] = 'Whether to show a feedback icon (for adding/editing) near each grade.'; $string['configshowgroups'] = 'Whether to show the mean for each group.'; $string['configshowhiddenitems'] = 'Specifies how hidden grade items are shown. If Hide is selected, they are hidden completely. If Show is selected, the hidden grade item row is shown in grey with the grade hidden completely. If "Only hidden until" is selected, grade items with a "hide until" date set are shown in grey with the grades hidden completely until the set date, after which the whole item is shown.'; diff --git a/lang/en/help/grade/showeyecons.html b/lang/en/help/grade/showeyecons.html deleted file mode 100644 index 56320f50e5e..00000000000 --- a/lang/en/help/grade/showeyecons.html +++ /dev/null @@ -1,2 +0,0 @@ -

Show show/hide icons

-

Whether to show a show/hide icon near each grade (controlling its visibility to the user).