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

Unduplicate UPnP long string

parent 5493236e
...@@ -259,7 +259,7 @@ static void Close( vlc_object_t* ); ...@@ -259,7 +259,7 @@ static void Close( vlc_object_t* );
vlc_module_begin(); vlc_module_begin();
set_shortname( "UPnP" ); set_shortname( "UPnP" );
set_description( N_( "Universal Plug'n'Play discovery ( Intel SDK )" ) ); set_description( N_( "Universal Plug'n'Play discovery" ) );
set_category( CAT_PLAYLIST ); set_category( CAT_PLAYLIST );
set_subcategory( SUBCAT_PLAYLIST_SD ); set_subcategory( SUBCAT_PLAYLIST_SD );
set_capability( "services_discovery", 0 ); set_capability( "services_discovery", 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