fix type
[enigma2.git] / lib / python / Screens / EventView.py
index bb45836de1eb5276144569a237a5ff63cac29f35..498702e57386e4dce464db727319b893c9ef80f4 100644 (file)
@@ -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])