[vlc-commits] gettext: use American spelling for neighbor
Rémi Denis-Courmont
git at videolan.org
Wed Dec 19 20:11:43 CET 2018
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Wed Dec 19 20:52:45 2018 +0200| [392c7c89682fd673e8d4425d5ea3303dbe9740b7] | committer: Rémi Denis-Courmont
gettext: use American spelling for neighbor
British spelling shall be in po/en_UK.po.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=392c7c89682fd673e8d4425d5ea3303dbe9740b7
---
modules/video_chroma/swscale.c | 2 +-
modules/video_output/placebo_utils.h | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/modules/video_chroma/swscale.c b/modules/video_chroma/swscale.c
index 3570510b07..fea0b4b414 100644
--- a/modules/video_chroma/swscale.c
+++ b/modules/video_chroma/swscale.c
@@ -61,7 +61,7 @@ static void CloseScaler( vlc_object_t * );
static const int pi_mode_values[] = { 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 };
const char *const ppsz_mode_descriptions[] =
{ N_("Fast bilinear"), N_("Bilinear"), N_("Bicubic (good quality)"),
- N_("Experimental"), N_("Nearest neighbour (bad quality)"),
+ N_("Experimental"), N_("Nearest neighbor (bad quality)"),
N_("Area"), N_("Luma bicubic / chroma bilinear"), N_("Gauss"),
N_("SincR"), N_("Lanczos"), N_("Bicubic spline") };
diff --git a/modules/video_output/placebo_utils.h b/modules/video_output/placebo_utils.h
index 1b216adb09..e3ad9392a1 100644
--- a/modules/video_output/placebo_utils.h
+++ b/modules/video_output/placebo_utils.h
@@ -265,7 +265,7 @@ static const char * const scale_text[] = {
"Mitchell-Netravali (recommended downscaler)",
"Bicubic",
"Jinc / EWA Lanczos 3 taps (high quality, slow)",
- "Nearest neighbour",
+ "Nearest neighbor",
"Bilinear",
"Gaussian",
"Lanczos 3 taps",
More information about the vlc-commits
mailing list