X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/5c27251fa08566a00d124aaf2c02249995dac9cf..9de1e6638edc6d3432dff45f3a82fe2fc11deceb:/lib/python/Components/EventInfo.py diff --git a/lib/python/Components/EventInfo.py b/lib/python/Components/EventInfo.py index 6f6d07ff..83f2a0b2 100644 --- a/lib/python/Components/EventInfo.py +++ b/lib/python/Components/EventInfo.py @@ -40,5 +40,5 @@ class EventInfo(PerServiceDisplay): def stopEvent(self): self.setText( - ("waiting for event data...", "", "--:--", "--:--", "--:--", "--:--")[self.now_or_next]); + (_("waiting for event data..."), "", "--:--", "--:--", "--:--", "--:--")[self.now_or_next]);