From: martignoni Date: Tue, 6 Jan 2004 10:35:43 +0000 (+0000) Subject: 'fullnamedisplay' had missing escape chars ('\') before the '$' char (thanks Eloy !) X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=6edf4682e6c01bbe5cee5c57baccb5d3d4e95a89;p=moodle.git 'fullnamedisplay' had missing escape chars ('\') before the '$' char (thanks Eloy !) --- diff --git a/lang/fr/moodle.php b/lang/fr/moodle.php index a1f7aa4a50..38013d35bb 100644 --- a/lang/fr/moodle.php +++ b/lang/fr/moodle.php @@ -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é";