[vlc-devel] commit: Vout: Small rewording (Jean-Baptiste Kempf )

git version control git at videolan.org
Mon Feb 2 03:54:55 CET 2009


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Mon Feb  2 03:54:36 2009 +0100| [44c553033ab829d090e0f5561e40685a5853a9e4] | committer: Jean-Baptiste Kempf 

Vout: Small rewording

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=44c553033ab829d090e0f5561e40685a5853a9e4
---

 src/libvlc-module.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/libvlc-module.c b/src/libvlc-module.c
index dd43f49..e719b60 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")




More information about the vlc-devel mailing list