From a76982080ef98c1594f9e8dd279a9dcd42e215bd Mon Sep 17 00:00:00 2001 From: David Mudrak Date: Mon, 21 Jun 2010 09:07:45 +0000 Subject: [PATCH] MDL-21695 Replaced grade/showranges.html AMOS BEGIN MOV [configshowranges,core_grades],[showranges_help,core_grades] HLP grade/showranges.html,[showranges_help,core_grades] AMOS END --- grade/report/grader/settings.php | 2 +- lang/en/grades.php | 1 - lang/en/help/grade/showranges.html | 2 -- 3 files changed, 1 insertion(+), 4 deletions(-) delete mode 100644 lang/en/help/grade/showranges.html diff --git a/grade/report/grader/settings.php b/grade/report/grader/settings.php index 3275e70603b..fe14016f1c6 100644 --- a/grade/report/grader/settings.php +++ b/grade/report/grader/settings.php @@ -54,7 +54,7 @@ $settings->add(new admin_setting_configcheckbox('grade_report_showlocks', get_st get_string('showlocks_help', 'grades'), 0)); $settings->add(new admin_setting_configcheckbox('grade_report_showranges', get_string('showranges', 'grades'), - get_string('configshowranges', 'grades'), 0)); + get_string('showranges_help', 'grades'), 0)); $settings->add(new admin_setting_configcheckbox('grade_report_showuserimage', get_string('showuserimage', 'grades'), get_string('configshowuserimage', 'grades'), 1)); diff --git a/lang/en/grades.php b/lang/en/grades.php index 4b883fddc69..27631cbdada 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['configshowranges'] = 'Whether to show the range of grades for each column in an additional row.'; $string['configshowrank'] = 'Whether to show the position of the user in relation to the rest of the class, for each grade item.'; $string['configshowuseridnumber'] = 'Whether to show user ID numbers in an additional column.'; $string['configshowuserimage'] = 'Whether to show the user\'s profile image next to the name in the grader report.'; diff --git a/lang/en/help/grade/showranges.html b/lang/en/help/grade/showranges.html deleted file mode 100644 index ca056c905fd..00000000000 --- a/lang/en/help/grade/showranges.html +++ /dev/null @@ -1,2 +0,0 @@ -

Show ranges

-

Whether to show the range of grades for each column in an additional row.

-- 2.43.0