]> git.sesse.net Git - vlc/blobdiff - plugins/text/ncurses.c
* ALL: internationalized all configuration strings.
[vlc] / plugins / text / ncurses.c
index 71defc26f7600b6e9e11c2975f383273aa5229e1..9701bcc80a264eb298495b45ac152c670b85345b 100644 (file)
@@ -2,7 +2,7 @@
  * ncurses.c : NCurses plugin for vlc
  *****************************************************************************
  * Copyright (C) 2001 VideoLAN
- * $Id: ncurses.c,v 1.13 2002/04/06 04:22:27 sam Exp $
+ * $Id: ncurses.c,v 1.14 2002/04/19 13:56:11 sam Exp $
  *
  * Authors: Samuel Hocevar <sam@zoy.org>
  *      
@@ -53,7 +53,7 @@ MODULE_CONFIG_START
 MODULE_CONFIG_STOP
 
 MODULE_INIT_START
-    SET_DESCRIPTION( "ncurses interface module" )
+    SET_DESCRIPTION( _("ncurses interface module") )
     ADD_CAPABILITY( INTF, 10 )
     ADD_SHORTCUT( "curses" )
     ADD_SHORTCUT( "ncurses" )