X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/c8c1d6da7043122e5d77c20f8ce61d677519bb8b..5a809fb2179992658911f8b2f074e60dac53454c:/lib/python/Components/EventInfo.py?ds=sidebyside diff --git a/lib/python/Components/EventInfo.py b/lib/python/Components/EventInfo.py index 83f2a0b2..76fe7e4e 100644 --- a/lib/python/Components/EventInfo.py +++ b/lib/python/Components/EventInfo.py @@ -40,5 +40,6 @@ class EventInfo(PerServiceDisplay): def stopEvent(self): self.setText( - (_("waiting for event data..."), "", "--:--", "--:--", "--:--", "--:--")[self.now_or_next]); + #(_("waiting for event data..."), "", "--:--", "--:--", "--:--", "--:--")[self.now_or_next]); + (_(""), "", "--:--", "--:--", "--:--", "--:--")[self.now_or_next]);