From 92dc9e7f9cb47a12c484df451e80aa701a513ecc Mon Sep 17 00:00:00 2001 From: David Mudrak Date: Mon, 24 May 2010 10:19:44 +0000 Subject: [PATCH] MDL-21695 grade/averagesdecimalpoints.html AMOS BEGIN HLP grade/averagesdecimalpoints.html,[averagesdecimalpoints_help,core_grades] AMOS END --- grade/report/grader/settings.php | 2 +- lang/en/grades.php | 1 - lang/en/help/grade/averagesdecimalpoints.html | 2 -- 3 files changed, 1 insertion(+), 4 deletions(-) delete mode 100644 lang/en/help/grade/averagesdecimalpoints.html 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 @@ -

Decimals in column averages

-

Specifies the number of decimal points to display for each column mean. If Inherit is selected, the display type for each column is used.