]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
capmt: change label for socket name / IP address (mode 3 -> TCP mode)
authorJaroslav Kysela <perex@perex.cz>
Sun, 5 Oct 2014 14:41:11 +0000 (16:41 +0200)
committerJaroslav Kysela <perex@perex.cz>
Sun, 5 Oct 2014 14:41:11 +0000 (16:41 +0200)
src/descrambler/capmt.c

index 6236a51a073908899e45f814ff1d02b8bf626a38..08e508e75cc9eef755d598341ad62f3ca07c29b7 100644 (file)
@@ -1998,7 +1998,7 @@ const idclass_t caclient_capmt_class =
     {
       .type     = PT_STR,
       .id       = "camdfilename",
-      .name     = "Camd.socket Filename / IP Address (mode 3)",
+      .name     = "Camd.socket Filename / IP Address (TCP mode)",
       .off      = offsetof(capmt_t, capmt_sockfile),
       .def.s    = "/tmp/camd.socket",
     },