From e86eeb4be5aa9d0f4792bc40161afb844837039b Mon Sep 17 00:00:00 2001 From: martignoni Date: Wed, 18 Jan 2006 15:36:16 +0000 Subject: [PATCH] Fixing wishlist bug # 4357 and french wording --- lang/fr/moodle.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lang/fr/moodle.php b/lang/fr/moodle.php index 086b3c69e6a..cef4ca7b8fa 100644 --- a/lang/fr/moodle.php +++ b/lang/fr/moodle.php @@ -162,7 +162,8 @@ $string['checkingforbbexport'] = 'V $string['checkinginstances'] = 'Verification des instances'; $string['checkingsections'] = 'Vérification des sections'; $string['checklanguage'] = 'Tester la langue'; -$string['childcoursenotfound'] = 'Le cours enfant n\'a pas été trouvé !'; +$string['childcourses'] = 'Cours descendants'; +$string['childcoursenotfound'] = 'Le cours descendant n\'a pas été trouvé !'; $string['choose'] = 'Choisir'; $string['choosecourse'] = 'Choisir un cours'; $string['chooseenrolmethod'] = 'Choisir une méthode d\'inscription';