From 06d5ea844e0c36dd4689461217269781626adb5c Mon Sep 17 00:00:00 2001 From: Stefan Pluecken Date: Thu, 24 Jul 2008 20:00:08 +0000 Subject: typo --- lib/python/Screens/Satconfig.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/python') diff --git a/lib/python/Screens/Satconfig.py b/lib/python/Screens/Satconfig.py index cf0365d7..b3e54018 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": -- cgit v1.2.3