From: Mark Clarkstone Date: Fri, 19 Feb 2016 18:05:35 +0000 (+0000) Subject: Tooltips: Added missing space.. X-Git-Tag: v4.2.1~994 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=01903232b4d70de1e3942ab255cd9b2052ffc78f;p=thirdparty%2Ftvheadend.git Tooltips: Added missing space.. --- diff --git a/src/access.c b/src/access.c index bd0051eda..34601e360 100644 --- a/src/access.c +++ b/src/access.c @@ -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),