Commit 32f2fc03 authored by Kaarlo Raiha's avatar Kaarlo Raiha Committed by Rémi Denis-Courmont

Change bluring to blurring

Signed-off-by: default avatarRémi Denis-Courmont <remi@remlab.net>
parent 01bb3dd6
...@@ -46,7 +46,7 @@ static void Destroy ( vlc_object_t * ); ...@@ -46,7 +46,7 @@ static void Destroy ( vlc_object_t * );
#define SIGMA_TEXT N_("Gaussian's std deviation") #define SIGMA_TEXT N_("Gaussian's std deviation")
#define SIGMA_LONGTEXT N_( \ #define SIGMA_LONGTEXT N_( \
"Gaussian's standard deviation. The bluring will take " \ "Gaussian's standard deviation. The blurring will take " \
"into account pixels up to 3*sigma away in any direction.") "into account pixels up to 3*sigma away in any direction.")
#define GAUSSIAN_HELP N_("Add a blurring effect") #define GAUSSIAN_HELP N_("Add a blurring effect")
......
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