From: Fraxinas Date: Tue, 8 Jun 2010 10:47:09 +0000 (+0200) Subject: add new sub types X-Git-Tag: 3.0.3~12^2~7^2~6 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/3cf55213c0aebbe1b5cbd96eddc7b85c46be838c add new sub types --- 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 = (_(""), "UTF-8 text", "SSA / AAS", ".SRT", "VOB") + types = (_(""), "UTF-8 text", "SSA", "AAS", ".SRT file", "VOB") description = types[x[2]] streams.append((x, "", number, description, language, selected))