]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
Update epggrab.c
authorMark Clarkstone <mpmc@users.noreply.github.com>
Fri, 6 Nov 2015 15:50:15 +0000 (15:50 +0000)
committerJaroslav Kysela <perex@perex.cz>
Tue, 10 Nov 2015 08:30:00 +0000 (09:30 +0100)
OK Cron isn't an acronym!

src/epggrab.c

index c3f0e349b7cae517e140cbc2cac1fa95a34c802a..dafeea48d2ffc52df671750ea8c6f0b0f867484c 100644 (file)
@@ -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,
       },
       {
@@ -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,
@@ -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,