X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=blobdiff_plain;f=lib%2Fpython%2FScreens%2FSubtitles.py;fp=lib%2Fpython%2FScreens%2FSubtitles.py;h=043198c8f66126ec1992e6f05789ac762759eabf;hp=24d9c7476fe481cb27ef7df3d11c419cbd3c276f;hb=d7626968745971f9cb068e2ad57f40001241ee81;hpb=5fc90f7f0f490a245b2cf8fa6284c5ac941cefff diff --git a/lib/python/Screens/Subtitles.py b/lib/python/Screens/Subtitles.py index 24d9c74..043198c 100644 --- a/lib/python/Screens/Subtitles.py +++ b/lib/python/Screens/Subtitles.py @@ -35,7 +35,7 @@ class Subtitles(Screen, ConfigListScreen): if x[4] == 'und': #undefined self.list.append(getConfigListEntry(text+" TTX "+_("Page")+" %x%02x"%(x[3],x[2]), ConfigNothing(), x)) else: - self.list.append(getConfigListEntry(text+" TTX "+LanguageCodes[x[4]][0], ConfigNothing(), x)) + self.list.append(getConfigListEntry(text+" TTX "+_("Page")+" %x%02x"%(x[3],x[2])+" "+LanguageCodes[x[4]][0], ConfigNothing(), x)) # return _("Disable subtitles") self["config"].list = self.list self["config"].l.setList(self.list)