[TransCodingSetup] fix wrong description.
authorhschang <chang@dev3>
Mon, 16 Jan 2017 07:41:16 +0000 (16:41 +0900)
committerhschang <chang@dev3>
Mon, 16 Jan 2017 07:41:16 +0000 (16:41 +0900)
lib/python/Plugins/SystemPlugins/TransCodingSetup/plugin.py

index 61b76b4..dc34490 100755 (executable)
@@ -403,10 +403,14 @@ class TranscodingSetup(Screen, ConfigListScreen):
                else:
                        self.skin = TranscodingSetup.skin_normal
 
-               if getModel() in ("solo2", "solose"):
+               vumodel = getModel()
+               if vumodel in ("solo2", "solose", "solo4k"):
                        TEXT = _("Transcoding and PIP are mutually exclusive.")
-               else:
+               elif vumodel == "duo2":
                        TEXT = _("2nd transcoding and PIP are mutually exclusive.")
+               else:
+                       TEXT = _(" ")
+
                self["text"] = StaticText(_("%s")%TEXT)
 
                self["key_red"] = StaticText(_("Cancel"))