From: Mark Clarkstone Date: Sat, 23 Jan 2016 11:53:31 +0000 (+0000) Subject: Tooltips: Small corrections. X-Git-Tag: v4.2.1~1122 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d25bb9b41d48038ab6742104263c6ee192a09f59;p=thirdparty%2Ftvheadend.git Tooltips: Small corrections. --- diff --git a/src/epggrab.c b/src/epggrab.c index d24afa7a9..c2aa44cc8 100644 --- a/src/epggrab.c +++ b/src/epggrab.c @@ -321,8 +321,8 @@ const idclass_t epggrab_class = { { .type = PT_BOOL, .id = "ota_initial", - .name = N_("Force initial EPG scan at start-up"), - .desc = N_("Force an initial EPG scan at start-up."), + .name = N_("Force initial EPG grab at start-up"), + .desc = N_("Force an initial EPG grab at start-up."), .off = offsetof(epggrab_conf_t, ota_initial), .opts = PO_ADVANCED, .group = 3, diff --git a/src/service_mapper.c b/src/service_mapper.c index 8c2289c86..3ca9cadf3 100644 --- a/src/service_mapper.c +++ b/src/service_mapper.c @@ -497,7 +497,7 @@ static const idclass_t service_mapper_conf_class = { .type = PT_BOOL, .id = "check_availability", .name = N_("Check availability"), - .desc = N_("Check service availability (Add live services " + .desc = N_("Check service availability (add live services " "only)."), .off = offsetof(service_mapper_t, d.check_availability), .opts = PO_ADVANCED