From: Mark Clarkstone Date: Sat, 7 Nov 2015 10:11:57 +0000 (+0000) Subject: Update channels.c X-Git-Tag: v4.2.1~1584 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b1756c3cebaad2f28c309a01e878a8df18e39e24;p=thirdparty%2Ftvheadend.git Update channels.c --- diff --git a/src/channels.c b/src/channels.c index c61c68669..facbd9a1a 100644 --- a/src/channels.c +++ b/src/channels.c @@ -355,7 +355,7 @@ const idclass_t channel_class = { { .type = PT_BOOL, .id = "autoname", - .name = N_("Auto name from network"), + .name = N_("Automatically name from network"), .off = offsetof(channel_t, ch_autoname), .set = channel_class_autoname_set, .opts = PO_NOSAVE, @@ -394,7 +394,7 @@ const idclass_t channel_class = { { .type = PT_BOOL, .id = "epgauto", - .name = N_("Automatically map to EPG source"), + .name = N_("Automatically map EPG source"), .off = offsetof(channel_t, ch_epgauto), }, {