diff options
Diffstat (limited to 'lib/python')
| -rw-r--r-- | lib/python/Screens/EventView.py | 2 |
1 files changed, 1 insertions, 1 deletions
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]) |
