From f152be5f38e700ddc2005ff82b008dfd84fc168d Mon Sep 17 00:00:00 2001
From: wildgirl <wildgirl>
Date: Thu, 13 Mar 2008 10:24:58 +0000
Subject: [PATCH] MDL-12251 lang string typo fix

---
 lang/en_utf8/moodle.php | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/lang/en_utf8/moodle.php b/lang/en_utf8/moodle.php
index 4f20385430..ba322b4af2 100644
--- a/lang/en_utf8/moodle.php
+++ b/lang/en_utf8/moodle.php
@@ -65,11 +65,11 @@ $string['adminhelpmanagedatabase'] = 'Access the database directly (be careful!)
 $string['adminhelpmanagefilters'] = 'Choose text filters and related settings';
 $string['adminhelpmanagemodules'] = 'Manage installed modules and their settings';
 $string['adminhelpmanageroles'] = 'Create and define roles that may be applied to users';
-$string['adminhelpmymoodle'] = 'Configure the my moodle blocks for users';
+$string['adminhelpmymoodle'] = 'Configure the My Moodle blocks for users';
 $string['adminhelpreports'] = 'Site level reports';
 $string['adminhelpsitefiles'] = 'For publishing general files or uploading external backups';
 $string['adminhelpsitesettings'] = 'Define how the front page of the site looks';
-$string['adminhelpstickyblocks'] = 'Configure moodle wide sticky blocks';
+$string['adminhelpstickyblocks'] = 'Configure Moodle-wide sticky blocks';
 $string['adminhelpthemes'] = 'Choose how the site looks (colours, fonts etc)';
 $string['adminhelpuploadusers'] = 'Import new user accounts from a text file';
 $string['adminhelpusers'] = 'Define your users and set up authentication';
@@ -222,7 +222,7 @@ $string['clamdeletedfilefailed'] = 'The file could not be deleted';
 $string['clamemailsubject'] = '$a :: Clam AV notification';
 $string['clamfailed'] = 'Clam AV has failed to run.  The return error message was $a. Here is the output from Clam:';
 $string['clamlost'] = 'Moodle is configured to run clam on file upload, but the path supplied to Clam AV, $a,  is invalid.';
-$string['clamlostandactinglikevirus'] = 'In addition, moodle is configured so that if clam fails to run, files are treated like viruses.  This essentially means that no student can upload a file successfully until you fix this.';
+$string['clamlostandactinglikevirus'] = 'In addition, Moodle is configured so that if clam fails to run, files are treated like viruses.  This essentially means that no student can upload a file successfully until you fix this.';
 $string['clammovedfile'] = 'The file has been moved to your specified quarantine directory, the new location is $a';
 $string['clammovedfilebasic'] = 'The file has been moved to a quarantine directory.';
 $string['clamquarantinedirfailed'] = 'Could not move the file into your specified quarantine directory, $a. You need to fix this as files are being deleted if they\'re found to be infected.';
@@ -354,7 +354,7 @@ $string['default'] = 'Default';
 $string['defaultcoursefullname'] = 'Course Fullname 101';
 $string['defaultcourseshortname'] = 'CF101';
 $string['defaultcoursestudent'] = 'Student';
-$string['defaultcoursestudentdescription'] = 'Students generally have less privileges within a course.';
+$string['defaultcoursestudentdescription'] = 'Students generally have fewer privileges within a course.';
 $string['defaultcoursestudents'] = 'Students';
 $string['defaultcoursesummary'] = 'Write a concise and interesting paragraph here that explains what this course is about';
 $string['defaultcourseteacher'] = 'Teacher';
-- 
2.39.5