aboutsummaryrefslogtreecommitdiff
path: root/lib/python
diff options
context:
space:
mode:
authorStefan Pluecken <stefan.pluecken@multimedia-labs.de>2008-07-24 20:00:08 +0000
committerStefan Pluecken <stefan.pluecken@multimedia-labs.de>2008-07-24 20:00:08 +0000
commit06d5ea844e0c36dd4689461217269781626adb5c (patch)
treee3468e9dd71141f579170bcf92b540258b929b4b /lib/python
parentcf34bb57372b60d8e66cf5c21e9f73b8d0bc23b8 (diff)
downloadenigma2-06d5ea844e0c36dd4689461217269781626adb5c.tar.gz
enigma2-06d5ea844e0c36dd4689461217269781626adb5c.zip
typo
Diffstat (limited to 'lib/python')
-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 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":