[vlc-devel] commit: i18n: tell gettext to not be silly (Christophe Mutricy )
git version control
git at videolan.org
Wed Sep 3 00:01:03 CEST 2008
vlc | branch: master | Christophe Mutricy <xtophe at videolan.org> | Tue Sep 2 22:15:30 2008 +0100| [903c5231a0279eba3084e654f0b0c316bbd8af8e] | committer: Christophe Mutricy
i18n: tell gettext to not be silly
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=903c5231a0279eba3084e654f0b0c316bbd8af8e
---
modules/stream_out/transrate/transrate.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/modules/stream_out/transrate/transrate.c b/modules/stream_out/transrate/transrate.c
index 4bf444b..d356497 100644
--- a/modules/stream_out/transrate/transrate.c
+++ b/modules/stream_out/transrate/transrate.c
@@ -58,6 +58,7 @@ static int transrate_video_process( sout_stream_t *, sout_stream_id_t *, block_
*****************************************************************************/
#define VB_TEXT N_("Video bitrate")
+/*xgettext:no-c-format*/
#define VB_LONGTEXT N_( \
"New target video bitrate. Quality is ok for -10/15\% of the original" \
"bitrate." )
More information about the vlc-devel
mailing list