diff --git a/grade/report/grader/settings.php b/grade/report/grader/settings.php index 0bd8f0e7a91..b8480e097e3 100644 --- a/grade/report/grader/settings.php +++ b/grade/report/grader/settings.php @@ -83,7 +83,7 @@ $settings->add(new admin_setting_configselect('grade_report_rangesdisplaytype', GRADE_DISPLAY_TYPE_LETTER => $strletter))); $settings->add(new admin_setting_configselect('grade_report_averagesdecimalpoints', get_string('averagesdecimalpoints', 'grades'), - get_string('configaveragesdecimalpoints', 'grades'), GRADE_REPORT_PREFERENCE_INHERIT, + get_string('averagesdecimalpoints_help', 'grades'), GRADE_REPORT_PREFERENCE_INHERIT, array(GRADE_REPORT_PREFERENCE_INHERIT => $strinherit, '0' => '0', '1' => '1', diff --git a/lang/en/grades.php b/lang/en/grades.php index b49e583ce31..cfb24dcf4d4 100755 --- a/lang/en/grades.php +++ b/lang/en/grades.php @@ -116,7 +116,6 @@ $string['categorytotal'] = 'Category total'; $string['categorytotalfull'] = '{$a->category} total'; $string['combo'] = 'Tabs and Dropdown menu'; $string['compact'] = 'Compact'; -$string['configaveragesdecimalpoints'] = 'Specifies the number of decimal points to display for each column mean. If Inherit is selected, the display type for each column is used.'; $string['configaveragesdisplaytype'] = 'Specifies how to display the mean for each column. If Inherit is selected, the display type for each column is used.'; $string['configcoursegradedisplaytype'] = 'Select the default display type of grades for this course. You can also select the site default value. Grades can be shown as real grades, as percentages (in reference to the minimum and maximum grades) or as letters (A, B, C etc..). Selecting Letters will allow you to define your own grade letters and boundaries.'; $string['configdecimalpoints'] = 'Specifies the number of decimal points to display for each grade. This setting may be overridden per grading item.'; diff --git a/lang/en/help/grade/averagesdecimalpoints.html b/lang/en/help/grade/averagesdecimalpoints.html deleted file mode 100644 index 202b974e095..00000000000 --- a/lang/en/help/grade/averagesdecimalpoints.html +++ /dev/null @@ -1,2 +0,0 @@ -
Specifies the number of decimal points to display for each column mean. If Inherit is selected, the display type for each column is used.