add new sub types
authorFraxinas <andreas.frisch@multimedia-labs.de>
Tue, 8 Jun 2010 10:47:09 +0000 (12:47 +0200)
committerFraxinas <andreas.frisch@multimedia-labs.de>
Wed, 9 Jun 2010 08:06:27 +0000 (10:06 +0200)
lib/python/Screens/AudioSelection.py

index b4ee929..0245cff 100644 (file)
@@ -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))