From: martignoni Date: Thu, 18 Dec 2003 15:38:47 +0000 (+0000) Subject: Small typo corrected X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=e6910f0a755f91a93cab58a68fac1ffcfd1bfb3c;p=moodle.git Small typo corrected --- diff --git a/lang/fr/resource.php b/lang/fr/resource.php index c0632e1d13..4f12415039 100644 --- a/lang/fr/resource.php +++ b/lang/fr/resource.php @@ -49,7 +49,7 @@ $string['notypechosen'] = "Vous devez choisir un type. Utiliser le bouton $string['resourcetype'] = "Type de ressource"; $string['resourcetype1'] = "Référence"; $string['resourcetype2'] = "Page web (interne)"; -$string['resourcetype3'] = "Fichier déposé"; +$string['resourcetype3'] = "Fichier"; $string['resourcetype4'] = "Texte"; $string['resourcetype5'] = "Page web (externe)"; $string['resourcetype6'] = "Texte HTML";