From d79088cfee3e20e6d0fd80801f73ac9b8847621b Mon Sep 17 00:00:00 2001
From: skodak <skodak>
Date: Mon, 13 Oct 2008 20:14:30 +0000
Subject: [PATCH] MDL-10301 Applying language patch; merging from
 MOODLE_19_STABLE

---
 lang/en_utf8/help/coursegrades.html | 14 ++++++++------
 lang/en_utf8/moodle.php             |  2 +-
 2 files changed, 9 insertions(+), 7 deletions(-)

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.</p>
 
-<p>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.</p>
+<p>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,
+   <strong>nor</strong> does it prevent the grade from being
+   displayed to students within the individual activities.</p>
+
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';
-- 
2.39.5