aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Screens/Satconfig.py
diff options
context:
space:
mode:
authorStefan Pluecken <stefan.pluecken@multimedia-labs.de>2006-10-10 23:07:33 +0000
committerStefan Pluecken <stefan.pluecken@multimedia-labs.de>2006-10-10 23:07:33 +0000
commitda51ddf9784483ff34fc51fcf33971018b8794d2 (patch)
tree113ad351c937358a9491d8de3f427cf7f0cbf0e5 /lib/python/Screens/Satconfig.py
parentb5ca0a1b4676eea8cf2fd9966634cac73bd46e5b (diff)
downloadenigma2-da51ddf9784483ff34fc51fcf33971018b8794d2.tar.gz
enigma2-da51ddf9784483ff34fc51fcf33971018b8794d2.zip
some German translations (especially for the parental control)
improve automatic cable scan
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 a72d7564..d6d9904c 100644
--- a/lib/python/Screens/Satconfig.py
+++ b/lib/python/Screens/Satconfig.py
@@ -64,7 +64,7 @@ class NimSetup(Screen, ConfigListScreen):
self.fillListWithAdvancedSatEntrys(currSat)
self.have_advanced = True
elif self.nim_type == nimmanager.nimType["DVB-C"]:
- self.list.append(getConfigListEntry(_("Cable provider"), self.nimConfig.cable))
+ self.list.append(getConfigListEntry(_("Service scan type needed"), self.nimConfig.cabletype))
self.have_advanced = False
elif self.nim_type == nimmanager.nimType["DVB-T"]:
self.have_advanced = False