Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update epggrab.c
OK Cron isn't an acronym!
  • Loading branch information
mpmc authored and perexg committed Nov 10, 2015
1 parent 2d98fbe commit db590be
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/epggrab.c
Expand Up @@ -234,7 +234,7 @@ const idclass_t epggrab_class = {
.ic_save = epggrab_class_save,
.ic_groups = (const property_group_t[]) {
{
.name = N_("General config"),
.name = N_("General configuration"),
.number = 1,
},
{
Expand Down Expand Up @@ -279,7 +279,7 @@ const idclass_t epggrab_class = {
{
.type = PT_STR,
.id = "cron",
.name = N_("CRON multi-line"),
.name = N_("Cron multi-line"),
.off = offsetof(epggrab_conf_t, cron),
.notify = epggrab_class_cron_notify,
.opts = PO_MULTILINE,
Expand All @@ -295,7 +295,7 @@ const idclass_t epggrab_class = {
{
.type = PT_STR,
.id = "ota_cron",
.name = N_("Over-the-air CRON multi-line"),
.name = N_("Over-the-air Cron multi-line"),
.off = offsetof(epggrab_conf_t, ota_cron),
.notify = epggrab_class_ota_cron_notify,
.opts = PO_MULTILINE,
Expand Down

0 comments on commit db590be

Please sign in to comment.