Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Tooltips: Small correction.
  • Loading branch information
Mark Clarkstone authored and perexg committed Jan 25, 2016
1 parent ec13696 commit 5d284c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/epggrab/channel.c
Expand Up @@ -697,7 +697,7 @@ const idclass_t epggrab_channel_class = {
.type = PT_STR,
.id = "path",
.name = N_("Path"),
.desc = N_("Module path (if applicable)."),
.desc = N_("Data path (if applicable)."),
.get = epggrab_channel_class_path_get,
.opts = PO_RDONLY | PO_NOSAVE,
.group = 1
Expand Down

0 comments on commit 5d284c2

Please sign in to comment.