diff options
Diffstat (limited to 'epg_events.h')
-rw-r--r-- | epg_events.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/epg_events.h b/epg_events.h index 6d59f8c..da3c473 100644 --- a/epg_events.h +++ b/epg_events.h @@ -130,7 +130,7 @@ namespace vdrlive public: virtual ~EmptyEvent(); - virtual std::string const Title() const { return tr("no EPG available"); } + virtual std::string const Title() const { return tr("No EPG information available"); } virtual std::string const ShortDescr() const { return ""; } |