From cf82a4e8a8b45ac38224ea14ce68dcfdfc4b00d6 Mon Sep 17 00:00:00 2001 From: vanhofen Date: Sat, 28 Oct 2017 14:30:59 +0200 Subject: [PATCH] epgview: fix adzap message Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/b9020ee889b5f6803150d26a5c6611055b1b0b61 Author: vanhofen 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 --- src/gui/epgview.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/gui/epgview.cpp b/src/gui/epgview.cpp index 454b151c8..7696977bf 100644 --- a/src/gui/epgview.cpp +++ b/src/gui/epgview.cpp @@ -1266,12 +1266,12 @@ int CEpgData::show(const t_channel_id channel_id, uint64_t a_id, time_t* a_start //NI std::string tmp_msg; - tmp_msg = g_Locale->getText(LOCALE_ADZAP); - tmp_msg += " in "; + tmp_msg = g_Locale->getText(LOCALE_WORD_IN); + tmp_msg += " "; tmp_msg += to_string(g_settings.adzap_zapBackPeriod / 60); tmp_msg += " "; 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; else if (g_Timerd->isTimerdAvailable())