[vlc-commits] Screen: improve wording

Jean-Baptiste Kempf git at videolan.org
Wed Feb 18 19:13:23 CET 2015


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Wed Feb 18 19:11:21 2015 +0100| [a8ef884e1913061d8b21c902e3c0cc9e6ff3a065] | committer: Jean-Baptiste Kempf

Screen: improve wording

Close #13971

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

 modules/access/screen/screen.c |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/modules/access/screen/screen.c b/modules/access/screen/screen.c
index 4b1f4f5..7b5b73f 100644
--- a/modules/access/screen/screen.c
+++ b/modules/access/screen/screen.c
@@ -51,17 +51,17 @@
 #endif
 
 #ifdef SCREEN_SUBSCREEN
-#define TOP_TEXT N_( "Subscreen top left corner" )
+#define TOP_TEXT N_( "Region top row" )
 #define TOP_LONGTEXT N_( \
-    "Top coordinate of the subscreen top left corner." )
+    "Ordinate of the capture region in pixels." )
 
-#define LEFT_TEXT N_( "Subscreen top left corner" )
+#define LEFT_TEXT N_( "Region left column" )
 #define LEFT_LONGTEXT N_( \
-    "Left coordinate of the subscreen top left corner." )
+    "Abscissa of the capture region in pixels." )
 
-#define WIDTH_TEXT N_( "Subscreen width" )
+#define WIDTH_TEXT N_( "Capture region width" )
 
-#define HEIGHT_TEXT N_( "Subscreen height" )
+#define HEIGHT_TEXT N_( "Capture region heigh" )
 
 #define FOLLOW_MOUSE_TEXT N_( "Follow the mouse" )
 #define FOLLOW_MOUSE_LONGTEXT N_( \



More information about the vlc-commits mailing list