]> git.sesse.net Git - vlc/commitdiff
x264: do not make it harder for translators
authorJean-Baptiste Kempf <jb@videolan.org>
Tue, 8 Nov 2011 23:44:57 +0000 (00:44 +0100)
committerJean-Baptiste Kempf <jb@videolan.org>
Tue, 8 Nov 2011 23:44:57 +0000 (00:44 +0100)
modules/codec/x264.c

index 128ccfe0fd839c9e76ea73f940229e15f1bf3c86..96cdf3d4c6772260e5cb4ac7598bf924c82fac8c 100644 (file)
@@ -374,7 +374,6 @@ static void Close( vlc_object_t * );
     "the actual encoding quality." )
 
 #define QUIET_TEXT N_("Quiet mode")
-#define QUIET_LONGTEXT N_( "Quiet mode.")
 
 #define VERBOSE_TEXT N_("Statistics")
 #define VERBOSE_LONGTEXT N_( "Print stats for each frame.")
@@ -676,7 +675,7 @@ vlc_module_begin ()
               SSIM_LONGTEXT, true )
 
     add_bool( SOUT_CFG_PREFIX "quiet", false, QUIET_TEXT,
-              QUIET_LONGTEXT, true )
+              QUIET_TEXT, true )
 
     add_integer( SOUT_CFG_PREFIX "sps-id", 0, SPS_ID_TEXT,
                  SPS_ID_LONGTEXT, true )