From: Jaroslav Kysela Date: Thu, 18 Dec 2014 14:15:02 +0000 (+0100) Subject: subscriptions: changed 'no transponder available' to 'no input source available' X-Git-Tag: v4.1~571 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a67c6bbc1b93f74e0a7c9344978ca12819977b56;p=thirdparty%2Ftvheadend.git subscriptions: changed 'no transponder available' to 'no input source available' --- diff --git a/src/subscriptions.c b/src/subscriptions.c index 298d7f39a..9aedad170 100644 --- a/src/subscriptions.c +++ b/src/subscriptions.c @@ -198,7 +198,7 @@ subscription_show_none(th_subscription_t *s) { channel_t *ch = s->ths_channel; tvhlog(LOG_NOTICE, "subscription", - "%04X: No transponder available for subscription \"%s\" " + "%04X: No input source available for subscription \"%s\" " "to channel \"%s\"", shortid(s), s->ths_title, ch ? channel_get_name(ch) : "none"); }