From 6edf4682e6c01bbe5cee5c57baccb5d3d4e95a89 Mon Sep 17 00:00:00 2001 From: martignoni Date: Tue, 6 Jan 2004 10:35:43 +0000 Subject: [PATCH] 'fullnamedisplay' had missing escape chars ('\') before the '$' char (thanks Eloy !) --- 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 a1f7aa4a50b72..38013d35bb6be 100644 --- a/lang/fr/moodle.php +++ b/lang/fr/moodle.php @@ -333,7 +333,7 @@ $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é";