epgview: fix adzap message

Origin commit data
------------------
Branch: ni/coolstream
Commit: b9020ee889
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-10-28 (Sat, 28 Oct 2017)

Origin message was:
------------------
- epgview: fix adzap message

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2017-10-28 14:30:59 +02:00
parent f4397e31e4
commit cf82a4e8a8

View File

@@ -1266,12 +1266,12 @@ int CEpgData::show(const t_channel_id channel_id, uint64_t a_id, time_t* a_start
//NI //NI
std::string tmp_msg; std::string tmp_msg;
tmp_msg = g_Locale->getText(LOCALE_ADZAP); tmp_msg = g_Locale->getText(LOCALE_WORD_IN);
tmp_msg += " in "; tmp_msg += " ";
tmp_msg += to_string(g_settings.adzap_zapBackPeriod / 60); tmp_msg += to_string(g_settings.adzap_zapBackPeriod / 60);
tmp_msg += " "; tmp_msg += " ";
tmp_msg += g_Locale->getText(LOCALE_UNIT_SHORT_MINUTE); tmp_msg += g_Locale->getText(LOCALE_UNIT_SHORT_MINUTE);
ShowMsg(tmp_msg, "", CMsgBox::mbrBack, CMsgBox::mbBack, NEUTRINO_ICON_INFO); ShowMsg(LOCALE_ADZAP, tmp_msg, CMsgBox::mbrBack, CMsgBox::mbBack, NEUTRINO_ICON_INFO);
} }
//CTimerdClient timerdclient; //CTimerdClient timerdclient;
else if (g_Timerd->isTimerdAvailable()) else if (g_Timerd->isTimerdAvailable())