FIxed a bug in the definition of fullnamedisplay
This commit is contained in:
+1
-1
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user