aboutsummaryrefslogtreecommitdiff
path: root/lib/python
diff options
context:
space:
mode:
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>2008-08-21 08:28:32 +0000
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>2008-08-21 08:28:32 +0000
commit32f4c3875b106243e27f418665779fe16f567af5 (patch)
tree278d7fe04b6e9cadc06e7e7012da873fad7c0040 /lib/python
parent9c2611280f2e032fbdd01af3085a0a3d5475923d (diff)
downloadenigma2-32f4c3875b106243e27f418665779fe16f567af5.tar.gz
enigma2-32f4c3875b106243e27f418665779fe16f567af5.zip
simpler translation
Diffstat (limited to 'lib/python')
-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 3f82089a..1d8e354c 100644
--- a/lib/python/Components/NimManager.py
+++ b/lib/python/Components/NimManager.py
@@ -892,7 +892,7 @@ def InitNimManager(nimmgr):
# advanced config:
nim.advanced = ConfigSubsection()
- tmp = [(3601, _('All Satellites 1'), 1), (3602, _('All Satellites 2'), 1), (3603, _('All Satellites 3'), 1), (3604, _('All Satellites 4'), 1)]
+ tmp = [(3601, _('All Satellites')+' 1', 1), (3602, _('All Satellites')+' 2', 1), (3603, _('All Satellites')+' 3', 1), (3604, _('All Satellites')+' 4', 1)]
nim.advanced.sats = getConfigSatlist(192,nimmgr.satList+tmp)
nim.advanced.sat = ConfigSubDict()
lnbs = [("0", "not available")]