]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
Update iptv.c
authorMark Clarkstone <mpmc@users.noreply.github.com>
Fri, 6 Nov 2015 15:53:28 +0000 (15:53 +0000)
committerJaroslav Kysela <perex@perex.cz>
Tue, 10 Nov 2015 08:30:00 +0000 (09:30 +0100)
src/input/mpegts/iptv/iptv.c

index 88f1455c6f80b3de233515a653f52089a85e3e59..45c3ff9d0aad8f7b7bf6489c816fcd85afeeba31 100644 (file)
@@ -582,7 +582,7 @@ const idclass_t iptv_network_class = {
     {
       .type     = PT_BOOL,
       .id       = "scan_create",
-      .name     = N_("Scan after create"),
+      .name     = N_("Scan after creation"),
       .off      = offsetof(iptv_network_t, in_scan_create),
       .def.i    = 1,
       .opts     = PO_ADVANCED
@@ -614,7 +614,7 @@ const idclass_t iptv_network_class = {
     {
       .type     = PT_U32,
       .id       = "max_streams",
-      .name     = N_("Maximum input streams"),
+      .name     = N_("Maximum input streams"),
       .off      = offsetof(iptv_network_t, in_max_streams),
       .def.i    = 0,
     },