diff --git a/src/gui/epgview.cpp b/src/gui/epgview.cpp index f6833352b..2d49f9b28 100644 --- a/src/gui/epgview.cpp +++ b/src/gui/epgview.cpp @@ -1428,7 +1428,7 @@ void CEpgData::GetEPGData(const t_channel_id channel_id, uint64_t id, time_t* st char temp[20]={0}; strftime( temp, sizeof(temp),"%d.%m.%Y", pStartZeit); epg_date = g_Locale->getText(CLocaleManager::getWeekday(pStartZeit)); - epg_date += "."; + epg_date += ", "; //NI epg_date += temp; strftime( temp, sizeof(temp), "%H:%M", pStartZeit); epg_start= temp;