Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Tooltips: Added missing space..
  • Loading branch information
Mark Clarkstone committed Feb 19, 2016
1 parent 9410feb commit 0190323
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/access.c
Expand Up @@ -1560,7 +1560,7 @@ const idclass_t access_entry_class = {
.type = PT_BOOL,
.id = "htsp_anonymize",
.name = N_("Anonymize HTSP access"),
.desc = N_("Do not send any stream specific information to"
.desc = N_("Do not send any stream specific information to "
"the HTSP client like signal strenght, input source"
"etc."),
.off = offsetof(access_entry_t, ae_htsp_anonymize),
Expand Down

0 comments on commit 0190323

Please sign in to comment.