typo
[enigma2.git] / lib / python / Screens / Satconfig.py
index cf0365d710c1e084c7a440ef40180f83af7c3796..b3e5401861b05897643aa0a3e6380fe963a4c664 100644 (file)
@@ -399,7 +399,7 @@ class NimSelection(Screen):
                                        text = { "loopthrough": _("loopthrough to"),
                                                         "equal": _("equal to"),
                                                         "satposdepends": _("second cable of motorized LNB") } [nimConfig.configMode.value]
-                                       text += " " + _("Tuner") + " " + ["A", "B", "C", "D"][int(nimConfig.connectedTo.value)]
+                                       text += " " + _("Tuner") + " " + ["A", "B", "C", "D"][int(nimConfig.connectedTo.value)]
                                elif nimConfig.configMode.value == "nothing":
                                        text = _("nothing connected")
                                elif nimConfig.configMode.value == "simple":