FIxed a bug in the definition of fullnamedisplay

This commit is contained in:
moodler
2004-02-11 02:35:33 +00:00
parent 0d851f90a8
commit 4901562dd7
+1 -1
View File
@@ -362,7 +362,7 @@ $string['frontpageformat'] = 'Format der Eingangsseite';
$string['frontpagenews'] = 'News anzeigen';
$string['fulllistofcourses'] = 'Alle Kurse';
$string['fullname'] = 'Vollständiger Name';
$string['fullnamedisplay'] = '$a->Vorname $a-> Nachname';
$string['fullnamedisplay'] = '$a->firstname $a->lastname';
$string['fullprofile'] = 'Ganzes Profil';
$string['fullsitename'] = 'Name der gesamten Seite';
$string['gd1'] = 'GD 1.x ist installiert';