]> git.sesse.net Git - vlc/blobdiff - modules/access/v4l/v4l.c
* changed some strings as suggested by E-bola
[vlc] / modules / access / v4l / v4l.c
index 3ada6d0f270a731b069ff32cbe5d0d6190eb206c..8c501368e87580018dd1149600f8586c2af3f89a 100644 (file)
@@ -135,7 +135,7 @@ static void Close( vlc_object_t * );
 #define QUALITY_LONGTEXT N_( "Set the quality of the stream" )
 #define FPS_TEXT N_( "Framerate" )
 #define FPS_LONGTEXT N_( "Framerate to capture, if applicable " \
-    "(-1 for auto)" )
+    "(-1 for autodetect)" )
 
 static int i_norm_list[] =
     { VIDEO_MODE_AUTO, VIDEO_MODE_SECAM, VIDEO_MODE_PAL, VIDEO_MODE_NTSC };