]> git.sesse.net Git - vlc/blobdiff - modules/access/mms/mms.c
Fix a bunch of preferences errors
[vlc] / modules / access / mms / mms.c
index 23594add183952c60f3db96a18c9fe30b06f8673..001ab4672c974c66c7833e320ea69c64bd05a655 100644 (file)
@@ -50,9 +50,10 @@ static void Close( vlc_object_t * );
 
 #define ALL_TEXT N_("Force selection of all streams")
 
-#define BITRATE_TEXT N_("Select maximum bitrate stream")
+#define BITRATE_TEXT N_( "Maximum bitrate" )
 #define BITRATE_LONGTEXT N_( \
-    "Always select the stream with the maximum bitrate." )
+    "If this is set, the stream with the maximum bitrate under that limit \
+     will be selected" )
 
 vlc_module_begin();
     set_shortname( _("MMS") );