Skip to content
Snippets Groups Projects
Commit 8a1431dc authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont
Browse files

DTV: fix plugin name

parent c819250a
No related branches found
No related tags found
No related merge requests found
......@@ -215,7 +215,7 @@ static void Close (vlc_object_t *);
vlc_module_begin ()
set_shortname (N_("DTV"))
set_description (N_("Digital Television and Radio (Linux DVB)"))
set_description (N_("Digital Television and Radio"))
set_category (CAT_INPUT)
set_subcategory (SUBCAT_INPUT_ACCESS)
set_capability ("access", 0)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment