From 3cf55213c0aebbe1b5cbd96eddc7b85c46be838c Mon Sep 17 00:00:00 2001 From: Fraxinas Date: Tue, 8 Jun 2010 12:47:09 +0200 Subject: [PATCH] add new sub types --- lib/python/Screens/AudioSelection.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) -- 2.30.2