Commit 8a1431dc authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

DTV: fix plugin name

parent c819250a
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment