From: Mark Clarkstone Date: Fri, 19 Feb 2016 18:06:52 +0000 (+0000) Subject: Tooltips: Fixed another small mistake >.< X-Git-Tag: v4.2.1~993 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=92e21fa1e55e8b385d1392ff9e8b55d177e217f8;p=thirdparty%2Ftvheadend.git Tooltips: Fixed another small mistake >.< --- diff --git a/src/access.c b/src/access.c index 34601e360..e4ff4134f 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 strenght, input source" + "the HTSP client like signal strength, input source" "etc."), .off = offsetof(access_entry_t, ae_htsp_anonymize), .opts = PO_ADVANCED | PO_HIDDEN,