From: moodler Date: Wed, 11 Feb 2004 02:35:33 +0000 (+0000) Subject: FIxed a bug in the definition of fullnamedisplay X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=4901562dd74e995deef0bb4e22a3205695856262;p=moodle.git FIxed a bug in the definition of fullnamedisplay --- diff --git a/lang/de/moodle.php b/lang/de/moodle.php index 0ae0c1188e..f0b43076dc 100644 --- a/lang/de/moodle.php +++ b/lang/de/moodle.php @@ -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';