From eb93fe8746d1b2b61f4c7bffa74a6625c9cc0705 Mon Sep 17 00:00:00 2001 From: Andreas Monzner Date: Thu, 15 Feb 2007 12:15:22 +0000 Subject: fix typo --- lib/python/Plugins/SystemPlugins/SatelliteEquipmentControl/plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/python') diff --git a/lib/python/Plugins/SystemPlugins/SatelliteEquipmentControl/plugin.py b/lib/python/Plugins/SystemPlugins/SatelliteEquipmentControl/plugin.py index 192f8519..5369ccf0 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), -- cgit v1.2.3