]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
Tooltips: Added missing space..
authorMark Clarkstone <hello@markclarkstone.co.uk>
Fri, 19 Feb 2016 18:05:35 +0000 (18:05 +0000)
committerMark Clarkstone <hello@markclarkstone.co.uk>
Fri, 19 Feb 2016 18:05:35 +0000 (18:05 +0000)
src/access.c

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