From: Jean-Baptiste Kempf Date: Mon, 2 Feb 2009 02:54:36 +0000 (+0100) Subject: Vout: Small rewording X-Git-Tag: 1.0.0-pre1~908 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=44c553033ab829d090e0f5561e40685a5853a9e4;p=vlc Vout: Small rewording --- diff --git a/src/libvlc-module.c b/src/libvlc-module.c index dd43f4953d..e719b60980 100644 --- a/src/libvlc-module.c +++ b/src/libvlc-module.c @@ -512,11 +512,11 @@ static const char *const ppsz_pos_descriptions[] = #define AUTOSCALE_TEXT N_("Video Auto Scaling") #define AUTOSCALE_LONGTEXT N_( \ - "Forces video scaling to fit a given window.") + "Let the video scale to fit a given window or fullscreen.") -#define SCALEFACTOR_TEXT N_("Video scale factor") +#define SCALEFACTOR_TEXT N_("Video scaling factor") #define SCALEFACTOR_LONGTEXT N_( \ - "scale factor used if --no-auto-scale is selected." \ + "Scaling factor used when Auto Scaling is disabled.\n" \ "Default value is 1.0 (original video size).") #define CUSTOM_CROP_RATIOS_TEXT N_("Custom crop ratios list")