From d8b46882a1279aa4d55d07df7164d2fa67299f82 Mon Sep 17 00:00:00 2001 From: martignoni Date: Wed, 25 May 2005 20:31:18 +0000 Subject: [PATCH] Typo corrected --- lang/fr/moodle.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/fr/moodle.php b/lang/fr/moodle.php index 2a92a91fa4d..b34337612e1 100644 --- a/lang/fr/moodle.php +++ b/lang/fr/moodle.php @@ -1094,7 +1094,7 @@ $string['withchosenfiles'] = 'Avec les fichiers choisis'; $string['withoutuserdata'] = 'sans les données des utilisateurs'; $string['withuserdata'] = 'avec les données des utilisateurs'; $string['wordforstudent'] = 'Votre terme pour « étudiant »'; -$string['wordforstudenteg'] = 'exemples : étudiant, apprentis, participant, ...'; +$string['wordforstudenteg'] = 'exemples : étudiant, apprenti, participant, ...'; $string['wordforstudents'] = 'Votre terme pour « étudiants »'; $string['wordforstudentseg'] = 'exemples : étudiants, apprentis, participants, ...'; $string['wordforteacher'] = 'Votre terme pour « enseignant »';