diff --git a/FHEM/98_MSwitch.pm b/FHEM/98_MSwitch.pm index e16d2dce5..25df16ef7 100644 --- a/FHEM/98_MSwitch.pm +++ b/FHEM/98_MSwitch.pm @@ -1116,7 +1116,7 @@ if (AttrVal( $name, 'MSwitch_Language',AttrVal( 'global', 'language', 'EN' ) ) e if ( AttrVal( $name, 'MSwitch_Mode', 'Notify' ) eq "Dummy" ) { - return "Unknown argument $opt, choose one of Eventlog:timeline,clear support_info:noArg restore_MSwitch_Data:this_Device,all_Devices active_timer:show,delete"; + return "Unknown argument $opt, choose one of Eventlog:timeline,clear config:noArg support_info:noArg restore_MSwitch_Data:this_Device,all_Devices active_timer:show,delete"; } if ( ReadingsVal( $name, '.lock', 'undef' ) ne "undef" ) @@ -3967,7 +3967,7 @@ sub MSwitch_fhemwebconf($$$$) {