X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=blobdiff_plain;f=lib%2Fpython%2FPlugins%2FSystemPlugins%2FSatelliteEquipmentControl%2Fplugin.py;h=5369ccf0840709579271f362f30ce186abff8a37;hp=192f8519076aa7b6135bed80965c2b68aaf617a5;hb=eb93fe8746d1b2b61f4c7bffa74a6625c9cc0705;hpb=81769fd7384780fdb7fc1de4dceb46770afa7bf4 diff --git a/lib/python/Plugins/SystemPlugins/SatelliteEquipmentControl/plugin.py b/lib/python/Plugins/SystemPlugins/SatelliteEquipmentControl/plugin.py index 192f851..5369ccf 100644 --- a/lib/python/Plugins/SystemPlugins/SatelliteEquipmentControl/plugin.py +++ b/lib/python/Plugins/SystemPlugins/SatelliteEquipmentControl/plugin.py @@ -29,7 +29,7 @@ class SecParameterSetup(Screen, ConfigListScreen): ("Delay after last diseqc command", config.sec.delay_after_last_diseqc_command), ("Delay after toneburst", config.sec.delay_after_toneburst), ("Delay after enable voltage before switch command", config.sec.delay_after_enable_voltage_before_switch_command), - ("Delay after between switch and motor command", config.sec.delay_between_switch_and_motor_command), + ("Delay between switch and motor command", config.sec.delay_between_switch_and_motor_command), ("Delay after set voltage before measure motor power", config.sec.delay_after_voltage_change_before_measure_idle_inputpower), ("Delay after enable voltage before motor command", config.sec.delay_after_enable_voltage_before_motor_command), ("Delay after motor stop command", config.sec.delay_after_motor_stop_command),