aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Plugins/SystemPlugins/SatelliteEquipmentControl/plugin.py
diff options
context:
space:
mode:
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>2007-02-15 12:15:22 +0000
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>2007-02-15 12:15:22 +0000
commiteb93fe8746d1b2b61f4c7bffa74a6625c9cc0705 (patch)
treedc6a78c3899c96cfac0e2d792d367c8a0be37ec4 /lib/python/Plugins/SystemPlugins/SatelliteEquipmentControl/plugin.py
parent81769fd7384780fdb7fc1de4dceb46770afa7bf4 (diff)
downloadenigma2-eb93fe8746d1b2b61f4c7bffa74a6625c9cc0705.tar.gz
enigma2-eb93fe8746d1b2b61f4c7bffa74a6625c9cc0705.zip
fix typo
Diffstat (limited to 'lib/python/Plugins/SystemPlugins/SatelliteEquipmentControl/plugin.py')
-rw-r--r--lib/python/Plugins/SystemPlugins/SatelliteEquipmentControl/plugin.py2
1 files changed, 1 insertions, 1 deletions
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),