summaryrefslogtreecommitdiff
path: root/pages
diff options
context:
space:
mode:
Diffstat (limited to 'pages')
-rw-r--r--pages/timers.ecpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/pages/timers.ecpp b/pages/timers.ecpp
index 45bcc01..0eaacd6 100644
--- a/pages/timers.ecpp
+++ b/pages/timers.ecpp
@@ -71,7 +71,8 @@ static const size_t maximumDescriptionLength = 300;
if (timer->Event())
{
epgEvent = EpgEvents::CreateEpgInfo(timer->Channel(), timer->Event());
- longDescription = StringEscapeAndBreak(StringWordTruncate(epgEvent->LongDescr(), maximumDescriptionLength))
+ longDescription = StringEscapeAndBreak(SortedTimers::GetTimerInfo(*timer)) + "<hr>"
+ + StringEscapeAndBreak(StringWordTruncate(epgEvent->LongDescr(), maximumDescriptionLength))
+ "<br/><br/>" + tr("Click to view details.");
}
string currentDay = SortedTimers::GetTimerDays(*timer);