diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2007-02-15 12:15:22 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2007-02-15 12:15:22 +0000 |
| commit | eb93fe8746d1b2b61f4c7bffa74a6625c9cc0705 (patch) | |
| tree | dc6a78c3899c96cfac0e2d792d367c8a0be37ec4 /lib/python | |
| parent | 81769fd7384780fdb7fc1de4dceb46770afa7bf4 (diff) | |
| download | enigma2-eb93fe8746d1b2b61f4c7bffa74a6625c9cc0705.tar.gz enigma2-eb93fe8746d1b2b61f4c7bffa74a6625c9cc0705.zip | |
fix typo
Diffstat (limited to 'lib/python')
| -rw-r--r-- | lib/python/Plugins/SystemPlugins/SatelliteEquipmentControl/plugin.py | 2 |
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), |
