]> git.sesse.net Git - vlc/blobdiff - modules/stream_out/mosaic_bridge.c
* all: added a INI file parser in skins2. For instance if the file
[vlc] / modules / stream_out / mosaic_bridge.c
index 3a4fc71a7a1c5cc28b743df5d8d43576fdf7ba9c..d5c78973ec4c30678b65006f53b08469de35f5ec 100644 (file)
@@ -106,10 +106,10 @@ static void video_unlink_picture_decoder( decoder_t *, picture_t * );
 
 #define WIDTH_TEXT N_("Video width")
 #define WIDTH_LONGTEXT N_( \
-    "Allows you to specify the output video width." )
+    "Output video width." )
 #define HEIGHT_TEXT N_("Video height")
 #define HEIGHT_LONGTEXT N_( \
-    "Allows you to specify the output video height." )
+    "Output video height." )
 #define RATIO_TEXT N_("Sample aspect ratio")
 #define RATIO_LONGTEXT N_( \
     "Sample aspect ratio of the destination (1:1, 3:4, 2:3)." )