]> git.sesse.net Git - vlc/commitdiff
* changed some strings as suggested by E-bola
authorFelix Paul Kühne <fkuehne@videolan.org>
Fri, 10 Jun 2005 11:01:40 +0000 (11:01 +0000)
committerFelix Paul Kühne <fkuehne@videolan.org>
Fri, 10 Jun 2005 11:01:40 +0000 (11:01 +0000)
modules/access/fake.c
modules/access/pvr/pvr.c
modules/access/v4l/v4l.c

index 8b7b7de75642d828ca21844e9f97d7ac2a18dac1..4f7d723600ad8b97f9f532a1a9e8e4f8facf3fe3 100644 (file)
@@ -43,7 +43,7 @@ static void Close( vlc_object_t * );
     "value should be set in millisecond units." )
 #define FPS_TEXT N_("Framerate")
 #define FPS_LONGTEXT N_( \
-    "Specify the number of frames per second (eg. 24, 25, 29.997, 30).")
+    "Specify the number of frames per second (eg. 24, 25, 29.97, 30).")
 
 vlc_module_begin();
     set_shortname( _("Fake") );
index 79cc45db585977951c9f0c0825c1c5bf53bc3168..c338e464d3cf2dfd341a14940e718481e689c5d5 100644 (file)
@@ -68,10 +68,10 @@ static void Close( vlc_object_t * );
 
 #define FRAMERATE_TEXT N_( "Framerate" )
 #define FRAMERATE_LONGTEXT N_( "Framerate to capture, if applicable " \
-    "(-1 for auto)" )
+    "(-1 for autodetect)" )
 
 #define KEYINT_TEXT N_( "Key interval" )
-#define KEYINT_LONGTEXT N_( "Interval between keyframes (-1 for auto)" )
+#define KEYINT_LONGTEXT N_( "Interval between keyframes (-1 for autodetect)" )
 
 #define BFRAMES_TEXT N_( "B Frames" )
 #define BFRAMES_LONGTEXT N_("If this option is set, B-Frames will be used. " \
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 };