Skip to content

Commit

Permalink
MDL-64891 gradebook: Improve help text of grade display type.
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasreischmann committed Mar 5, 2019
1 parent 6555342 commit 852d795
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lang/en/grades.php
Expand Up @@ -266,9 +266,9 @@
$string['gradedisplaytype'] = 'Grade display type';
$string['gradedisplaytype_help'] = 'This setting determines how grades are displayed in the grader and user reports.
* Real - Actual grades
* Percentage
* Letter - Letters or words are used to represent a range of grades';
* Letter - Letters or words are used to represent a range of grades, as defined in \'Letters\' in the gradebook setup
* Percentage - Relative to maximum and minimum grades
* Real - Actual grades or scale values';
$string['gradedon'] = 'Graded: {$a}';
$string['gradeexport'] = 'Grade export';
$string['gradeexportcolumntype'] = '{$a->name} ({$a->extra})';
Expand Down

0 comments on commit 852d795

Please sign in to comment.