diff --git a/fhem/FHEM/57_CALVIEW.pm b/fhem/FHEM/57_CALVIEW.pm
index 8b82ae3d7..878e8c765 100644
--- a/fhem/FHEM/57_CALVIEW.pm
+++ b/fhem/FHEM/57_CALVIEW.pm
@@ -272,7 +272,7 @@ sub CALVIEW_Notify($$)
this will manually update all readings from the given CALENDAR Devices
Attribute
disable
- 0 / not set - internal notify function enabled (default)
+ 0 / not set - internal notify function enabled (default)
1 - disable the internal notify-function of CALVIEW wich is triggered when one of the given CALENDAR devices has updated
maxreadings
@@ -282,7 +282,7 @@ sub CALVIEW_Notify($$)
here the CALENDAR modes can be selected , to be displayed in the view
oldStyledReadings
- 1 readings look like "2015.06.21-00:00" with value "Start of Summer"
+ 1 readings look like "2015.06.21-00:00" with value "Start of Summer"
0 the default style of readings
=end html
@@ -304,7 +304,7 @@ sub CALVIEW_Notify($$)
Attributes
disable
- 0 / nicht gesetzt - aktiviert die interne Notify-Funktion (Standard)
+ 0 / nicht gesetzt - aktiviert die interne Notify-Funktion (Standard)
1 - deaktiviert die interne Notify-Funktion welche ausgelöst wird wenn sich einer der Kalender aktualisiert hat
maxreadings
@@ -314,7 +314,7 @@ sub CALVIEW_Notify($$)
hier können die CALENDAR modi gewählt werden, welche in der View angezeigt werden sollen
oldStyledReadings
- 1 aktiviert die Termindarstellung im "alten" Format "2015.06.21-00:00" mit Wert "Start of Summer"
+ 1 aktiviert die Termindarstellung im "alten" Format "2015.06.21-00:00" mit Wert "Start of Summer"
0 aktivert die Standarddarstellung bdate, btime, usw
=end html_DE