]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
Tooltips: Added missing commas.
authorMark Clarkstone <hello@markclarkstone.co.uk>
Sat, 23 Jan 2016 12:46:14 +0000 (12:46 +0000)
committerJaroslav Kysela <perex@perex.cz>
Mon, 25 Jan 2016 17:47:23 +0000 (18:47 +0100)
src/epggrab/channel.c

index 6b5b47efef14d0d0fcfe66da4b384261e62bf5c2..33b26ded366937fb90196a8a9b5759283656df22 100644 (file)
@@ -688,7 +688,7 @@ const idclass_t epggrab_channel_class = {
       .type     = PT_STR,
       .id       = "module",
       .name     = N_("Module"),
-      .desc     = N_("Name of the module used to grab this EPG data.")
+      .desc     = N_("Name of the module used to grab this EPG data."),
       .get      = epggrab_channel_class_module_get,
       .opts     = PO_RDONLY | PO_NOSAVE,
       .group    = 1
@@ -750,7 +750,7 @@ const idclass_t epggrab_channel_class = {
       .type     = PT_STR,
       .id       = "icon",
       .name     = N_("Icon"),
-      .desc     = N_("Channel icon as defined in EPG data.")
+      .desc     = N_("Channel icon as defined in EPG data."),
       .off      = offsetof(epggrab_channel_t, icon),
       .group    = 1
     },