]> git.sesse.net Git - vlc/blobdiff - modules/codec/theora.c
Codecs (except x264). Refs:#438
[vlc] / modules / codec / theora.c
index 8f978e454f0d8a4f0809caedacac7d11c839884f..28cbf930462dfca2784ed20c5dc303e976fab702 100644 (file)
@@ -89,7 +89,7 @@ static block_t *Encode( encoder_t *p_enc, picture_t *p_pict );
  *****************************************************************************/
 #define ENC_QUALITY_TEXT N_("Encoding quality")
 #define ENC_QUALITY_LONGTEXT N_( \
-  "Allows you to specify a quality between 1 (low) and 10 (high), instead " \
+  "Enfore a quality between 1 (low) and 10 (high), instead " \
   "of specifying a particular bitrate. This will produce a VBR stream." )
 
 vlc_module_begin();