aboutsummaryrefslogtreecommitdiff
path: root/lib/python
diff options
context:
space:
mode:
authorAndreas Oberritter <obi@opendreambox.org>2005-12-15 14:13:57 +0000
committerAndreas Oberritter <obi@opendreambox.org>2005-12-15 14:13:57 +0000
commit2346f0083bcd3503c1fe67f24594e88d8d9c95a0 (patch)
tree338389a9baf54f3b7b5b597d04acfc8fb80484fe /lib/python
parent00cd844ebd702ecd465acd16834d6459b8caef2d (diff)
downloadenigma2-2346f0083bcd3503c1fe67f24594e88d8d9c95a0.tar.gz
enigma2-2346f0083bcd3503c1fe67f24594e88d8d9c95a0.zip
%s/Diseqcmode/DiSEqC Mode/g
Diffstat (limited to 'lib/python')
-rw-r--r--lib/python/Screens/Satconfig.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/python/Screens/Satconfig.py b/lib/python/Screens/Satconfig.py
index 97908a06..1002f2ea 100644
--- a/lib/python/Screens/Satconfig.py
+++ b/lib/python/Screens/Satconfig.py
@@ -37,7 +37,7 @@ class NimSetup(Screen):
self.list.append(getConfigListEntry(_("Configuration Mode"), config.Nims[self.nim.slotid].configMode))
if config.Nims[self.nim.slotid].configMode.value == 0: #simple setup
- self.list.append(getConfigListEntry(_("Diseqcmode"), config.Nims[self.nim.slotid].diseqcMode))
+ self.list.append(getConfigListEntry(_("DiSEqC Mode"), config.Nims[self.nim.slotid].diseqcMode))
if (0 <= config.Nims[self.nim.slotid].diseqcMode.value < 4):
self.createSimpleSetup(self.nim, self.list, config.Nims[self.nim.slotid].diseqcMode.value)
@@ -59,7 +59,7 @@ class NimSetup(Screen):
self["config"].l.setList(self.list)
def newConfig(self):
- if self["config"].getCurrent()[0] == _("Diseqcmode"):
+ if self["config"].getCurrent()[0] == _("DiSEqC Mode"):
self.createSetup()
if self["config"].getCurrent()[0] == _("Configuration Mode"):
self.createSetup()