From c9cb9326fc8647b1f533eb62ae066d9be261417b Mon Sep 17 00:00:00 2001 From: Andreas Monzner Date: Mon, 9 Oct 2006 23:03:47 +0000 Subject: [PATCH] fix typo --- lib/python/Plugins/SystemPlugins/Satfinder/plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.30.2