]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
Update channels.c
authorMark Clarkstone <mpmc@users.noreply.github.com>
Sat, 7 Nov 2015 10:11:57 +0000 (10:11 +0000)
committerJaroslav Kysela <perex@perex.cz>
Tue, 10 Nov 2015 08:30:01 +0000 (09:30 +0100)
src/channels.c

index c61c686696d5f5747f3f37e64c7be6ec91ed01ef..facbd9a1a3b7de8892fc1319210a23c87dc9b9c7 100644 (file)
@@ -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),
     },
     {