Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
bouquet: fix caption typo
  • Loading branch information
perexg committed Oct 22, 2015
1 parent da0a508 commit ac9fdd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bouquet.c
Expand Up @@ -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,
Expand Down

0 comments on commit ac9fdd2

Please sign in to comment.