From: skodak Date: Mon, 13 Oct 2008 20:14:30 +0000 (+0000) Subject: MDL-10301 Applying language patch; merging from MOODLE_19_STABLE X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=d79088cfee3e20e6d0fd80801f73ac9b8847621b;p=moodle.git MDL-10301 Applying language patch; merging from MOODLE_19_STABLE --- diff --git a/lang/en_utf8/help/coursegrades.html b/lang/en_utf8/help/coursegrades.html index b157752a9c..6e5bf1e685 100644 --- a/lang/en_utf8/help/coursegrades.html +++ b/lang/en_utf8/help/coursegrades.html @@ -6,9 +6,11 @@ course can be seen in the Grades page, available from the main course page.

-

If a teacher is not interested in using grades in a - course, or just wants to hide grades from students, - then they can disable the display of grades in the - Course Settings. This does not prevent individual - activities from using or setting grades, it just - disables the results being displayed to students.

+

If a teacher is not interested in using grades in a + course, or just wants to hide the gradebook from students, + then they can disable the display of the gradebook in + the Course Settings. This does not prevent individual + activities from using or setting grades, + nor does it prevent the grade from being + displayed to students within the individual activities.

+ diff --git a/lang/en_utf8/moodle.php b/lang/en_utf8/moodle.php index 6afbed3bb1..74d251f78d 100644 --- a/lang/en_utf8/moodle.php +++ b/lang/en_utf8/moodle.php @@ -1360,7 +1360,7 @@ $string['showalltopics'] = 'Show all topics'; $string['showallusers'] = 'Show all users'; $string['showallweeks'] = 'Show all weeks'; $string['showblockcourse'] = 'Show list of courses containing block'; -$string['showgrades'] = 'Show grades'; +$string['showgrades'] = 'Show gradebook to students'; $string['showlistofcourses'] = 'Show list of courses'; $string['showmodulecourse'] = 'Show list of courses containing activity'; $string['showonly'] = 'Show only';