]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
Tooltips: Fixed another small mistake >.<
authorMark Clarkstone <hello@markclarkstone.co.uk>
Fri, 19 Feb 2016 18:06:52 +0000 (18:06 +0000)
committerMark Clarkstone <hello@markclarkstone.co.uk>
Fri, 19 Feb 2016 18:06:52 +0000 (18:06 +0000)
src/access.c

index 34601e3604920c4a5c5ed650db7fea12ae68b336..e4ff4134f198439a3633a619e669a62a4f56a907 100644 (file)
@@ -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,