add space
[enigma2.git] / lib / python / Screens / Satconfig.py
index bf28463209a06b0598d3594e5e806c006d061fea..cf0365d710c1e084c7a440ef40180f83af7c3796 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 = { "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":
                                elif nimConfig.configMode.value == "nothing":
                                        text = _("nothing connected")
                                elif nimConfig.configMode.value == "simple":