aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components
diff options
context:
space:
mode:
authorghost <andreas.monzner@multimedia-labs.de>2009-11-02 16:00:05 +0100
committerghost <andreas.monzner@multimedia-labs.de>2009-11-02 16:00:05 +0100
commitf3a30a79a5dda5f33a9241de575bbf9fa66b4170 (patch)
tree27ab064722ed11419a44f0518578140f8bd1e33d /lib/python/Components
parente5d1c5ed0eab9fd038ecde67a16a79dd1ba50f41 (diff)
parent597d64c2e00be8759286e37fd15823b1c1518845 (diff)
downloadenigma2-f3a30a79a5dda5f33a9241de575bbf9fa66b4170.tar.gz
enigma2-f3a30a79a5dda5f33a9241de575bbf9fa66b4170.zip
Merge branch '2_5_to_2_6_bug_107'2.6.0
Diffstat (limited to 'lib/python/Components')
-rw-r--r--lib/python/Components/NimManager.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Components/NimManager.py b/lib/python/Components/NimManager.py
index 70cde47c..5154e2b0 100644
--- a/lib/python/Components/NimManager.py
+++ b/lib/python/Components/NimManager.py
@@ -939,7 +939,7 @@ def InitNimManager(nimmgr):
lnb_choices = {
"universal_lnb": _("Universal LNB"),
- "unicable": _("Unicable"),
+# "unicable": _("Unicable"),
"c_band": _("C-Band"),
"user_defined": _("User defined")}