Commit a8ef884e authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Screen: improve wording

Close #13971
parent de775b43
...@@ -51,17 +51,17 @@ ...@@ -51,17 +51,17 @@
#endif #endif
#ifdef SCREEN_SUBSCREEN #ifdef SCREEN_SUBSCREEN
#define TOP_TEXT N_( "Subscreen top left corner" ) #define TOP_TEXT N_( "Region top row" )
#define TOP_LONGTEXT N_( \ #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_( \ #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_TEXT N_( "Follow the mouse" )
#define FOLLOW_MOUSE_LONGTEXT N_( \ #define FOLLOW_MOUSE_LONGTEXT N_( \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment