'fullnamedisplay' had missing escape chars ('\') before the '$' char (thanks Eloy !)
This commit is contained in:
+1
-1
@@ -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é";
|
||||
|
||||
Reference in New Issue
Block a user