]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
bouquet: fix caption typo
authorJaroslav Kysela <perex@perex.cz>
Thu, 22 Oct 2015 19:35:27 +0000 (21:35 +0200)
committerJaroslav Kysela <perex@perex.cz>
Thu, 22 Oct 2015 19:37:01 +0000 (21:37 +0200)
src/bouquet.c

index 43ab8055eb0f4cc33b3b6a93b9cfad00b4f4f0a5..624d6522a1e8258ca8a453489e6bd11db6d3f6ed 100644 (file)
@@ -948,7 +948,7 @@ const idclass_t bouquet_class = {
     {
       .type     = PT_BOOL,
       .id       = "ssl_peer_verify",
-      .name     = N_("ssl_peer_verify"),
+      .name     = N_("SSL verify peer"),
       .off      = offsetof(bouquet_t, bq_ssl_peer_verify),
       .opts     = PO_ADVANCED | PO_HIDDEN,
       .notify   = bouquet_class_ext_url_notify,