git.videolan.org
/
vlc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
855b608
)
Help should be localized.
author
Antoine Cellerier
<dionoea@videolan.org>
Sun, 6 Jul 2008 23:32:49 +0000
(
01:32
+0200)
committer
Antoine Cellerier
<dionoea@videolan.org>
Sun, 6 Jul 2008 23:32:49 +0000
(
01:32
+0200)
src/libvlc.c
patch
|
blob
|
history
diff --git
a/src/libvlc.c
b/src/libvlc.c
index
128b791
..
f68221f
100644
(file)
--- 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 )