Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Tooltips: Added missing commas.
  • Loading branch information
Mark Clarkstone authored and perexg committed Jan 25, 2016
1 parent a686f0c commit d750b24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/epggrab/channel.c
Expand Up @@ -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
Expand Down Expand Up @@ -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
},
Expand Down

0 comments on commit d750b24

Please sign in to comment.