neutrinoyparser.cpp: fix 489b7b2ba3

Origin commit data
------------------
Commit: 389c6e6dc2
Author: vanhofen <vanhofen@gmx.de>
Date: 2015-04-06 (Mon, 06 Apr 2015)

Origin message was:
------------------
- neutrinoyparser.cpp: fix 489b7b2ba3
This commit is contained in:
vanhofen
2015-04-06 22:59:01 +02:00
parent eece6cd56c
commit a23c64fb9e
2 changed files with 2 additions and 2 deletions

View File

@@ -497,7 +497,7 @@ std::string CNeutrinoYParser::func_get_bouquets_with_epg(CyhookHandler *hh, std:
yresult += string_printf("<tr><td class=\"%cepg\">",classname); yresult += string_printf("<tr><td class=\"%cepg\">",classname);
yresult += string_printf("%s&nbsp;%s&nbsp;" yresult += string_printf("%s&nbsp;%s&nbsp;"
"<span style=\"font-size: 8pt; white-space: nowrap\">(%ld {=L:von=} %d {=L:min=}, %d%%)</span>" "<span style=\"font-size: 8pt; white-space: nowrap\">(%ld {=L:from=} %d {=L:unit.short.minute=}, %d%%)</span>"
, timestr.c_str() , timestr.c_str()
, event->description.c_str() , event->description.c_str()
, (time(NULL) - event->startTime)/60 , (time(NULL) - event->startTime)/60

View File

@@ -41,7 +41,7 @@ off=Aus
download=Herunterladen download=Herunterladen
back=Zur&uuml;ck back=Zur&uuml;ck
date=Datum date=Datum
from=Von from=von
to=bis to=bis
program=Sendung program=Sendung
others=Sonstiges others=Sonstiges