Commit fbf713c4 authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

shout: Simplify description name.

parent 1fd7d70a
......@@ -110,14 +110,14 @@ vlc_module_begin ()
add_obsolete_integer( "shoutcast-limit" )
set_shortname( "Shoutcast")
set_description( N_("Shoutcast radio listings") )
set_description( N_("Shoutcast Radio") )
set_capability( "services_discovery", 0 )
set_callbacks( OpenShoutRadio, Close )
add_shortcut( "shoutcast" )
add_submodule ()
set_shortname( "ShoutcastTV" )
set_description( N_("Shoutcast TV listings") )
set_description( N_("Shoutcast TV") )
set_capability( "services_discovery", 0 )
set_callbacks( OpenShoutTV, Close )
add_shortcut( "shoutcasttv" )
......@@ -131,7 +131,7 @@ vlc_module_begin ()
add_submodule ()
set_shortname( "Freebox")
set_description( N_("Freebox TV listing (French ISP free.fr services)") )
set_description( N_("Freebox TV") )
set_capability( "services_discovery", 0 )
set_callbacks( OpenFreebox, Close )
add_shortcut( "freebox" )
......
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