Commit ee5438ad authored by Felix Paul Kühne's avatar Felix Paul Kühne

* a couple of minor fixes (standardised abbreviations and trademarks can't be localised)

parent 57907449
......@@ -92,7 +92,7 @@ static void Close( vlc_object_t * );
vlc_module_begin();
set_description( _("HTTP stream output") );
set_capability( "sout access", 0 );
set_shortname( _("HTTP" ) );
set_shortname( "HTTP" );
add_shortcut( "http" );
add_shortcut( "https" );
add_shortcut( "mmsh" );
......
......@@ -95,7 +95,7 @@ static void Close( vlc_object_t * );
vlc_module_begin();
set_description( _("UDP stream output") );
set_shortname( _( "UDP" ) );
set_shortname( "UDP" );
set_category( CAT_SOUT );
set_subcategory( SUBCAT_SOUT_ACO );
add_integer( SOUT_CFG_PREFIX "caching", DEFAULT_PTS_DELAY / 1000, NULL, CACHING_TEXT, CACHING_LONGTEXT, VLC_TRUE );
......
......@@ -70,7 +70,7 @@ static int CheckAndSend( vlc_object_t *p_this, uint8_t* p_data, int i_offset );
vlc_module_begin();
set_category( CAT_INTERFACE );
set_subcategory( SUBCAT_INTERFACE_CONTROL );
set_shortname( _( "Growl" ) );
set_shortname( "Growl" );
set_description( _("Growl Notification Plugin") );
add_string( "growl-server", SERVER_DEFAULT, NULL,
......
......@@ -68,7 +68,7 @@ static int SendToMSN( char * psz_msg );
vlc_module_begin();
set_category( CAT_INTERFACE );
set_subcategory( SUBCAT_INTERFACE_CONTROL );
set_shortname( _( "MSN" ) );
set_shortname( "MSN" );
set_description( _("MSN Now-Playing") );
add_string( "msn-format", FORMAT_DEFAULT, NULL,
......
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