From 43345b7740de3828a5a2d65b608aa4a6c21094c1 Mon Sep 17 00:00:00 2001 From: Andreas Monzner Date: Wed, 22 Mar 2006 21:19:03 +0000 Subject: [PATCH] fix type --- lib/python/Screens/EventView.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/python/Screens/EventView.py b/lib/python/Screens/EventView.py index bb45836d..498702e5 100644 --- a/lib/python/Screens/EventView.py +++ b/lib/python/Screens/EventView.py @@ -99,7 +99,7 @@ class EventViewBase: # search similar broadcastings ret = epgcache.search(('NB', 100, eEPGCache.SIMILAR_BROADCASTINGS_SEARCH, refstr, id)) if ret is not None: - text += '\n\n' + _('Similar broadcastings:') + text += '\n\n' + _('Similar broadcasts:') ret.sort(self.sort_func) for x in ret: t = localtime(x[1]) -- 2.30.2