1
mirror of https://code.videolan.org/videolan/vlc synced 2024-07-25 09:41:30 +02:00

Change bluring to blurring

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
This commit is contained in:
Kaarlo Raiha 2011-07-30 15:52:30 +03:00 committed by Rémi Denis-Courmont
parent 01bb3dd63d
commit 32f2fc030a

View File

@ -46,7 +46,7 @@ static void Destroy ( vlc_object_t * );
#define SIGMA_TEXT N_("Gaussian's std deviation")
#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.")
#define GAUSSIAN_HELP N_("Add a blurring effect")