[vlc-commits] lua: describe the CLI as a CLI

Pierre Ynard git at videolan.org
Sun Feb 5 07:14:40 CET 2012


vlc | branch: master | Pierre Ynard <linkfanel at yahoo.fr> | Sun Feb  5 07:14:19 2012 +0100| [711a4f03cafb8f58c3c0fe6175a10298669ca4ea] | committer: Pierre Ynard

lua: describe the CLI as a CLI

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=711a4f03cafb8f58c3c0fe6175a10298669ca4ea
---

 modules/lua/vlc.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules/lua/vlc.c b/modules/lua/vlc.c
index b88d055..9e33c76 100644
--- a/modules/lua/vlc.c
+++ b/modules/lua/vlc.c
@@ -105,7 +105,7 @@ vlc_module_begin ()
             add_string( "rc-host", NULL, RCHOST_TEXT, RCHOST_LONGTEXT, true )
             add_string( "cli-host", NULL, CLIHOST_TEXT, CLIHOST_LONGTEXT, true )
         set_capability( "interface", 25 )
-        set_description( N_("Remote control interface") )
+        set_description( N_("Command-line interface") )
         set_callbacks( Open_LuaCLI, Close_LuaIntf )
 #ifndef WIN32
         add_shortcut( "luacli", "luarc", "cli", "rc" )



More information about the vlc-commits mailing list