[vlc-devel] commit: Help should be localized. (Antoine Cellerier )

git version control git at videolan.org
Mon Jul 7 01:30:11 CEST 2008


vlc | branch: master | Antoine Cellerier <dionoea at videolan.org> | Mon Jul  7 01:32:49 2008 +0200| [2265c8f1cc3aa9d661b7662199f38e46faa9dad2]

Help should be localized.

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

 src/libvlc.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/libvlc.c b/src/libvlc.c
index 128b791..f68221f 100644
--- a/src/libvlc.c
+++ b/src/libvlc.c
@@ -1275,7 +1275,7 @@ static int GetFilenames( libvlc_int_t *p_vlc, int i_argc, const char *ppsz_argv[
 static inline void print_help_on_full_help( void )
 {
     utf8_fprintf( stdout, "\n" );
-    utf8_fprintf( stdout, "To get exhaustive help, use '-H'.\n" );
+    utf8_fprintf( stdout, "%s\n", _("To get exhaustive help, use '-H'.") );
 }
 
 static void Help( libvlc_int_t *p_this, char const *psz_help_name )




More information about the vlc-devel mailing list