From: Mark Clarkstone Date: Sat, 23 Jan 2016 12:46:14 +0000 (+0000) Subject: Tooltips: Added missing commas. X-Git-Tag: v4.2.1~1118 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d750b246755ea7181acf1f823a7cbe4ddcb89f0c;p=thirdparty%2Ftvheadend.git Tooltips: Added missing commas. --- diff --git a/src/epggrab/channel.c b/src/epggrab/channel.c index 6b5b47efe..33b26ded3 100644 --- a/src/epggrab/channel.c +++ b/src/epggrab/channel.c @@ -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 },