From: ikawhero Date: Mon, 13 Mar 2006 09:29:44 +0000 (+0000) Subject: Changed a string X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=df44f29a899e91c3c48fce7e2a69a0e5e3d2be86;p=moodle.git Changed a string --- diff --git a/lang/en_utf8/moodle.php b/lang/en_utf8/moodle.php index e4f61e9cc8..b2961547aa 100644 --- a/lang/en_utf8/moodle.php +++ b/lang/en_utf8/moodle.php @@ -60,7 +60,7 @@ $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['adminhelpmymoodle'] = 'Configure the my moodle blocks for users'; -$string['adminhelpreports'] = 'Ranking of courses for various criteria'; +$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';