From a67c6bbc1b93f74e0a7c9344978ca12819977b56 Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Thu, 18 Dec 2014 15:15:02 +0100 Subject: [PATCH] subscriptions: changed 'no transponder available' to 'no input source available' --- src/subscriptions.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/subscriptions.c b/src/subscriptions.c index 298d7f39..9aedad17 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"); }