Commit 148673ed authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Forgotten in previous commit.

parent d9143693
......@@ -78,7 +78,7 @@ vlc_module_begin ()
set_category( CAT_INTERFACE )
set_subcategory( SUBCAT_INTERFACE_CONTROL )
set_shortname( "Telepathy" )
set_description( N_("Telepathy \"Now Playing\" using MissionControl") )
set_description( N_("Telepathy \"Now Playing\" (MissionControl)") )
add_string( "telepathy-format", FORMAT_DEFAULT, NULL,
FORMAT_TEXT, FORMAT_LONGTEXT, false );
......
......@@ -118,7 +118,7 @@ vlc_module_begin ()
true );
add_bool( "fb-hw-accel", true, NULL, HW_ACCEL_TEXT, HW_ACCEL_LONGTEXT,
true );
set_description( N_("GNU/Linux console framebuffer video output") )
set_description( N_("GNU/Linux framebuffer video output") )
set_capability( "video output", 30 )
set_callbacks( Create, Destroy )
vlc_module_end ()
......
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