From 7508b4c8cd3e24e9077c73d5ba040ae50dad0762 Mon Sep 17 00:00:00 2001 From: Mark Clarkstone Date: Fri, 19 Feb 2016 18:08:39 +0000 Subject: [PATCH] Tooltips: And another.. --- src/access.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/access.c b/src/access.c index e4ff4134f..2c4a09cfa 100644 --- a/src/access.c +++ b/src/access.c @@ -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 strength, input source" + "the HTSP client like signal strength, input source " "etc."), .off = offsetof(access_entry_t, ae_htsp_anonymize), .opts = PO_ADVANCED | PO_HIDDEN, -- 2.47.2