Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Tooltips: Small corrections.
  • Loading branch information
Mark Clarkstone authored and perexg committed Jan 25, 2016
1 parent afa1a3c commit d25bb9b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/epggrab.c
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion src/service_mapper.c
Expand Up @@ -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
Expand Down

0 comments on commit d25bb9b

Please sign in to comment.