Commit 45ae1b75 authored by Christophe Mutricy's avatar Christophe Mutricy

Typo (pointed by Bruno Queirós)

parent a77080d5
/*****************************************************************************
* configuration.c: Generic lua<->vlc config inteface
* configuration.c: Generic lua<->vlc config interface
*****************************************************************************
* Copyright (C) 2007 the VideoLAN team
* $Id$
......
/*****************************************************************************
* intf.c: Generic lua inteface functions
* intf.c: Generic lua interface functions
*****************************************************************************
* Copyright (C) 2007 the VideoLAN team
* $Id$
......
/*****************************************************************************
* variables.c: Generic lua<->vlc variables inteface
* variables.c: Generic lua<->vlc variables interface
*****************************************************************************
* Copyright (C) 2007 the VideoLAN team
* $Id$
......
/*****************************************************************************
* vlc.c: Generic lua inteface functions
* vlc.c: Generic lua interface functions
*****************************************************************************
* Copyright (C) 2007 the VideoLAN team
* $Id$
......@@ -52,7 +52,7 @@
#define INTF_TEXT N_("Lua interface")
#define INTF_LONGTEXT N_("Lua interface module to load")
#define CONFIG_TEXT N_("Lua inteface configuration")
#define CONFIG_TEXT N_("Lua interface configuration")
#define CONFIG_LONGTEXT N_("Lua interface configuration string. Format is: '[\"<interface module name>\"] = { <option> = <value>, ...}, ...'.")
vlc_module_begin();
......
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