]> git.mjollnir.org Git - moodle.git/commitdiff
Merged changes from stable
authormoodler <moodler>
Mon, 29 May 2006 09:40:38 +0000 (09:40 +0000)
committermoodler <moodler>
Mon, 29 May 2006 09:40:38 +0000 (09:40 +0000)
lang/en_utf8/my.php

index 6df0184977dfd4476319ce5ad935c82cffe63198..4276de90e952b0d697c1f5374f647ec640d467c2 100644 (file)
@@ -2,9 +2,9 @@
       // moodle.php - created with Moodle 1.5 UNSTABLE DEVELOPMENT (2005010100)
 
 
-$string['mymoodle'] = 'My moodle';
+$string['mymoodle'] = 'Overview of my courses';
 $string['nocourses'] = 'No course information to show.';
-$string['noguest'] = 'The \'My Moodle\' page is not available to guest users';
+$string['noguest'] = 'The \'Course Overview\' page is not available to guest users';
 $string['pinblocks'] = 'Configure pinned blocks for my moodle';
-$string['pinblocksexplan'] = 'Any block settings you configure here will be visible (and non-editable) for any user of moodle on their \'my moodle\' screen.';
-?>
\ No newline at end of file
+$string['pinblocksexplan'] = 'Any block settings you configure here will be visible (and non-editable) for any user of moodle on their \'my moodle\' overview page.';
+?>