diff options
| author | ghost <andreas.monzner@multimedia-labs.de> | 2009-11-03 19:53:26 +0100 |
|---|---|---|
| committer | ghost <andreas.monzner@multimedia-labs.de> | 2009-11-03 19:53:26 +0100 |
| commit | 895e6dc35b9a3579ee9535d560b4ce91ed9c0c60 (patch) | |
| tree | 9798965486268fc9db3673fb105820a4ccb4d383 /lib | |
| parent | 022dec47e667f5fea0799cfdffa51732b6ab9165 (diff) | |
| parent | 3434371ea1aa6f585ef4bb406ba5ac4e4e06a7ee (diff) | |
| download | enigma2-895e6dc35b9a3579ee9535d560b4ce91ed9c0c60.tar.gz enigma2-895e6dc35b9a3579ee9535d560b4ce91ed9c0c60.zip | |
Merge branch 'enable_experimental_unicable_support' into experimental
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/python/Components/NimManager.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Components/NimManager.py b/lib/python/Components/NimManager.py index 5154e2b0..70cde47c 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")} |
