don't translate empty string
[vuplus_dvbapp] / lib / python / Components / EventInfo.py
index 77c31f1..f295281 100644 (file)
@@ -41,5 +41,5 @@ class EventInfo(PerServiceDisplay):
        def stopEvent(self):
                self.setText(
                        #(_("waiting for event data..."), "", "--:--",  "--:--", "--:--", "--:--")[self.now_or_next]);
-                       ((""), "", "--:--",  "--:--", "--:--", "--:--")[self.now_or_next]);
+                       ("", "", "--:--",  "--:--", "--:--", "--:--")[self.now_or_next]);