X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/5a809fb2179992658911f8b2f074e60dac53454c..c2a4869e307a91ba25ff5c827505f884764d7b6c:/lib/python/Components/EventInfo.py diff --git a/lib/python/Components/EventInfo.py b/lib/python/Components/EventInfo.py index 76fe7e4e..f295281a 100644 --- a/lib/python/Components/EventInfo.py +++ b/lib/python/Components/EventInfo.py @@ -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]);