Typo corrected

Wochenrythmus ausgebessert auf Wochenrhythmus
This commit is contained in:
Manfred Kindl
2019-03-01 13:43:22 +01:00
parent 63877ef8f9
commit 10da7bde5a
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -189,7 +189,7 @@ $worksheet->write($zeile,++$spalte,"Planstunden", $format_bold);
$maxlength[$spalte]=11;
$worksheet->write($zeile,++$spalte,"Stundenblockung", $format_bold);
$maxlength[$spalte]=15;
$worksheet->write($zeile,++$spalte,"Wochenrythmus", $format_bold);
$worksheet->write($zeile,++$spalte,"Wochenrhythmus", $format_bold);
$maxlength[$spalte]=13;
$worksheet->write($zeile,++$spalte,"Raum", $format_bold);
$maxlength[$spalte]=4;