From: Mark Clarkstone Date: Fri, 19 Feb 2016 18:08:39 +0000 (+0000) Subject: Tooltips: And another.. X-Git-Tag: v4.2.1~992 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F804%2Fhead;p=thirdparty%2Ftvheadend.git Tooltips: And another.. --- diff --git a/src/access.c b/src/access.c index e4ff4134f..2c4a09cfa 100644 --- a/src/access.c +++ b/src/access.c @@ -1561,7 +1561,7 @@ const idclass_t access_entry_class = { .id = "htsp_anonymize", .name = N_("Anonymize HTSP access"), .desc = N_("Do not send any stream specific information to " - "the HTSP client like signal strength, input source" + "the HTSP client like signal strength, input source " "etc."), .off = offsetof(access_entry_t, ae_htsp_anonymize), .opts = PO_ADVANCED | PO_HIDDEN,