From fbf713c43a05672eeb6f954b78f6bc695f45501c Mon Sep 17 00:00:00 2001 From: Pierre d'Herbemont Date: Sat, 5 Dec 2009 16:35:16 +0100 Subject: [PATCH] shout: Simplify description name. --- modules/services_discovery/shout.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/services_discovery/shout.c b/modules/services_discovery/shout.c index b4d8b7bf6b..859f9f810f 100644 --- a/modules/services_discovery/shout.c +++ b/modules/services_discovery/shout.c @@ -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" ) -- 2.39.2