]> git.sesse.net Git - vlc/commitdiff
Screen: improve wording
authorJean-Baptiste Kempf <jb@videolan.org>
Wed, 18 Feb 2015 18:11:21 +0000 (19:11 +0100)
committerJean-Baptiste Kempf <jb@videolan.org>
Wed, 18 Feb 2015 18:12:26 +0000 (19:12 +0100)
Close #13971

modules/access/screen/screen.c

index 4b1f4f528b3c7b894a1c194fbba9d0e91e58dfde..7b5b73f6ddddaec3dc9916097bbf15b3d8d63edd 100644 (file)
 #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_( \