]> git.mjollnir.org Git - moodle.git/commitdiff
'fullnamedisplay' had missing escape chars ('\') before the '$' char (thanks Eloy !)
authormartignoni <martignoni>
Tue, 6 Jan 2004 10:35:43 +0000 (10:35 +0000)
committermartignoni <martignoni>
Tue, 6 Jan 2004 10:35:43 +0000 (10:35 +0000)
lang/fr/moodle.php

index a1f7aa4a50b7273f8ec9987edc3313f8ce3a4225..38013d35bb6be90bce36b09d46c02beb74258cd4 100644 (file)
@@ -333,7 +333,7 @@ $string['frontpageformat'] = "Format de la page d'accueil";
 $string['frontpagenews'] = "Afficher les brèves";
 $string['fulllistofcourses'] = "Liste complète des cours";
 $string['fullname'] = "Nom complet";
-$string['fullnamedisplay'] = "$a->firstname $a->lastname";
+$string['fullnamedisplay'] = "\$a->firstname \$a->lastname";
 $string['fullprofile'] = "Fiche complète";
 $string['fullsitename'] = "Nom complet du site";
 $string['gd1'] = "GD 1.x est installé";