Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Tooltips: Fixed another small mistake >.<
  • Loading branch information
Mark Clarkstone committed Feb 19, 2016
1 parent 0190323 commit 92e21fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/access.c
Expand Up @@ -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,
Expand Down

0 comments on commit 92e21fa

Please sign in to comment.