From: moodler Date: Mon, 25 Aug 2003 13:48:23 +0000 (+0000) Subject: Fixed a typo X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=ed3957808b2b2c74af507bb077612d01067054b1;p=moodle.git Fixed a typo --- diff --git a/lang/en/moodle.php b/lang/en/moodle.php index a1eec97111..9481f2cc77 100644 --- a/lang/en/moodle.php +++ b/lang/en/moodle.php @@ -39,7 +39,7 @@ $string['adminhelplanguage'] = "For checking and editing the current language pa $string['adminhelplogs'] = "Browse logs of all activity on this site"; $string['adminhelpmanagemodules'] = "Manage installed modules and their settings"; $string['adminhelpmanagedatabase'] = "Access the database directly (be careful!)"; -$string['adminhelpsitesettings'] = "Define the how the front page of the site looks"; +$string['adminhelpsitesettings'] = "Define how the front page of the site looks"; $string['adminhelpsitefiles'] = "For publishing general files or uploading external backups"; $string['adminhelpthemes'] = "Choose how the site looks (colours, fonts etc)"; $string['adminhelpusers'] = "Define your users and set up authentication";