aboutsummaryrefslogtreecommitdiff
path: root/lib/python
diff options
context:
space:
mode:
Diffstat (limited to 'lib/python')
-rw-r--r--lib/python/Components/EventInfo.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Components/EventInfo.py b/lib/python/Components/EventInfo.py
index 76fe7e4e..77c31f1d 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]);