aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components/EventInfo.py
diff options
context:
space:
mode:
authorRonny Strutz <ronny.strutz@multimedia-labs.de>2005-11-29 21:57:15 +0000
committerRonny Strutz <ronny.strutz@multimedia-labs.de>2005-11-29 21:57:15 +0000
commit5a809fb2179992658911f8b2f074e60dac53454c (patch)
tree96fdbf16b0d25bfd0ea256ca46ab4bc1fe0f54df /lib/python/Components/EventInfo.py
parentd04dbe0474fd824641bba02a0852c00741a99f09 (diff)
downloadenigma2-5a809fb2179992658911f8b2f074e60dac53454c.tar.gz
enigma2-5a809fb2179992658911f8b2f074e60dac53454c.zip
remove "wait..."
Diffstat (limited to 'lib/python/Components/EventInfo.py')
-rw-r--r--lib/python/Components/EventInfo.py3
1 files changed, 2 insertions, 1 deletions
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]);