diff options
author | Dieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de> | 2008-11-20 01:14:43 +0100 |
---|---|---|
committer | Dieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de> | 2008-11-20 01:14:43 +0100 |
commit | 5abd9f8321c290414be35c4ddd87887c0dea6498 (patch) | |
tree | 8448ba436aa6dcdd7a6a4cd713d7ed8941393672 /epg_events.h | |
parent | 83f3a62b1969e8e54b03e115871e3282dea5401d (diff) | |
download | vdr-plugin-live-5abd9f8321c290414be35c4ddd87887c0dea6498.tar.gz vdr-plugin-live-5abd9f8321c290414be35c4ddd87887c0dea6498.tar.bz2 |
Changed string for no EPG available.
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 ""; } |