From e6910f0a755f91a93cab58a68fac1ffcfd1bfb3c Mon Sep 17 00:00:00 2001 From: martignoni Date: Thu, 18 Dec 2003 15:38:47 +0000 Subject: [PATCH] Small typo corrected --- lang/fr/resource.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/fr/resource.php b/lang/fr/resource.php index c0632e1d13c..4f124150390 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";