From: Jaroslav Kysela Date: Thu, 22 Oct 2015 19:35:27 +0000 (+0200) Subject: bouquet: fix caption typo X-Git-Tag: v4.2.1~1803 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ac9fdd2cf325d2ab14e04fccc989d291dae4db6d;p=thirdparty%2Ftvheadend.git bouquet: fix caption typo --- diff --git a/src/bouquet.c b/src/bouquet.c index 43ab8055e..624d6522a 100644 --- a/src/bouquet.c +++ b/src/bouquet.c @@ -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,