Commit 01bb3dd6 authored by Kaarlo Raiha's avatar Kaarlo Raiha Committed by Rémi Denis-Courmont

Change positionning to positioning

Signed-off-by: default avatarRémi Denis-Courmont <remi@remlab.net>
parent 6c481ae0
...@@ -124,12 +124,12 @@ struct filter_sys_t ...@@ -124,12 +124,12 @@ struct filter_sys_t
#define ROWS_TEXT N_("Number of rows") #define ROWS_TEXT N_("Number of rows")
#define ROWS_LONGTEXT N_( \ #define ROWS_LONGTEXT N_( \
"Number of image rows in the mosaic (only used if " \ "Number of image rows in the mosaic (only used if " \
"positionning method is set to \"fixed\")." ) "positioning method is set to \"fixed\")." )
#define COLS_TEXT N_("Number of columns") #define COLS_TEXT N_("Number of columns")
#define COLS_LONGTEXT N_( \ #define COLS_LONGTEXT N_( \
"Number of image columns in the mosaic (only used if " \ "Number of image columns in the mosaic (only used if " \
"positionning method is set to \"fixed\"." ) "positioning method is set to \"fixed\"." )
#define AR_TEXT N_("Keep aspect ratio") #define AR_TEXT N_("Keep aspect ratio")
#define AR_LONGTEXT N_( \ #define AR_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