X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/5a809fb2179992658911f8b2f074e60dac53454c..e854296fa3301e16885ff959bb083b0f18919c44:/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]);