Commit 1cd30bd1 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Yet another one from Philipp Weissenbacher.

parent 1fdc3f85
......@@ -58,7 +58,7 @@ struct intf_sys_t
* Module descriptor
*****************************************************************************/
vlc_module_begin();
set_description( _("Power Management Inhibiter") );
set_description( _("Power Management Inhibitor") );
set_capability( "interface", 0 );
set_callbacks( Activate, Deactivate );
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