X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/9b4f2ccafd195174ea0c9846f4a8bafaf69c2b4c..cf34bb57372b60d8e66cf5c21e9f73b8d0bc23b8:/lib/python/Screens/Satconfig.py diff --git a/lib/python/Screens/Satconfig.py b/lib/python/Screens/Satconfig.py index bf284632..cf0365d7 100644 --- a/lib/python/Screens/Satconfig.py +++ b/lib/python/Screens/Satconfig.py @@ -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":