Skip to content
Snippets Groups Projects
Commit 1cd30bd1 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf
Browse files

Yet another one from Philipp Weissenbacher.

parent 1fdc3f85
No related branches found
No related tags found
No related merge requests found
......@@ -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();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment