aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Plugins
diff options
context:
space:
mode:
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>2006-10-09 23:03:47 +0000
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>2006-10-09 23:03:47 +0000
commitc9cb9326fc8647b1f533eb62ae066d9be261417b (patch)
tree487fe775a4b72992112a38922d60b05086d06da2 /lib/python/Plugins
parenta35a4dcff2f3d92b1f32f373138853cde710a9ce (diff)
downloadenigma2-c9cb9326fc8647b1f533eb62ae066d9be261417b.tar.gz
enigma2-c9cb9326fc8647b1f533eb62ae066d9be261417b.zip
fix typo
Diffstat (limited to 'lib/python/Plugins')
-rw-r--r--lib/python/Plugins/SystemPlugins/Satfinder/plugin.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Plugins/SystemPlugins/Satfinder/plugin.py b/lib/python/Plugins/SystemPlugins/Satfinder/plugin.py
index b8f380d3..487dcd72 100644
--- a/lib/python/Plugins/SystemPlugins/Satfinder/plugin.py
+++ b/lib/python/Plugins/SystemPlugins/Satfinder/plugin.py
@@ -169,7 +169,7 @@ class Satfinder(ScanSetup):
def createConfig(self, foo):
self.tuning_transponder = None
- self.tuning_type = ConfigSelection(choices = [("manual_transponder", _("Manual transponder")), ("predefined_transponder", _("Predefined satellite"))])
+ self.tuning_type = ConfigSelection(choices = [("manual_transponder", _("Manual transponder")), ("predefined_transponder", _("Predefined transponder"))])
self.tuning_sat = ConfigSatlist(default = 192, list = nimmanager.getSatListForNim(self.feid))
ScanSetup.createConfig(self, None)