aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Screens/Satconfig.py
diff options
context:
space:
mode:
authorStefan Pluecken <stefan.pluecken@multimedia-labs.de>2008-07-24 19:58:06 +0000
committerStefan Pluecken <stefan.pluecken@multimedia-labs.de>2008-07-24 19:58:06 +0000
commitcf34bb57372b60d8e66cf5c21e9f73b8d0bc23b8 (patch)
tree881f250772155e4f270f59a152d14f56f76678e8 /lib/python/Screens/Satconfig.py
parent9b4f2ccafd195174ea0c9846f4a8bafaf69c2b4c (diff)
downloadenigma2-cf34bb57372b60d8e66cf5c21e9f73b8d0bc23b8.tar.gz
enigma2-cf34bb57372b60d8e66cf5c21e9f73b8d0bc23b8.zip
add space
Diffstat (limited to 'lib/python/Screens/Satconfig.py')
-rw-r--r--lib/python/Screens/Satconfig.py2
1 files changed, 1 insertions, 1 deletions
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":