aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Screens
diff options
context:
space:
mode:
authorFraxinas <andreas.frisch@multimedia-labs.de>2010-06-08 12:47:09 +0200
committerFraxinas <andreas.frisch@multimedia-labs.de>2010-06-09 10:06:27 +0200
commit3cf55213c0aebbe1b5cbd96eddc7b85c46be838c (patch)
treed9006e78d9a89d39ecd92fe4dd0ade66e045ac98 /lib/python/Screens
parent6e09f26f57500f8acfe5bcf28faa930849d457a2 (diff)
downloadenigma2-3cf55213c0aebbe1b5cbd96eddc7b85c46be838c.tar.gz
enigma2-3cf55213c0aebbe1b5cbd96eddc7b85c46be838c.zip
add new sub types
Diffstat (limited to 'lib/python/Screens')
-rw-r--r--lib/python/Screens/AudioSelection.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Screens/AudioSelection.py b/lib/python/Screens/AudioSelection.py
index b4ee929d..0245cffb 100644
--- a/lib/python/Screens/AudioSelection.py
+++ b/lib/python/Screens/AudioSelection.py
@@ -158,7 +158,7 @@ class AudioSelection(Screen, ConfigListScreen):
number = "%x%02x" % (x[3],x[2])
elif x[0] == 2:
- types = (_("<unknown>"), "UTF-8 text", "SSA / AAS", ".SRT", "VOB")
+ types = (_("<unknown>"), "UTF-8 text", "SSA", "AAS", ".SRT file", "VOB")
description = types[x[2]]
streams.append((x, "", number, description, language, selected))