[vlc-commits] Fix typo.
Antoine Cellerier
git at videolan.org
Sat Feb 4 00:12:58 CET 2012
vlc | branch: master | Antoine Cellerier <dionoea at videolan.org> | Sat Feb 4 00:12:42 2012 +0100| [125d1f3495205e13368e818db361b064980f6486] | committer: Antoine Cellerier
Fix typo.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=125d1f3495205e13368e818db361b064980f6486
---
modules/video_filter/anaglyph.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/video_filter/anaglyph.c b/modules/video_filter/anaglyph.c
index 9a955b2..25d5474 100644
--- a/modules/video_filter/anaglyph.c
+++ b/modules/video_filter/anaglyph.c
@@ -38,7 +38,7 @@ static void make_projection_matrix(filter_t *, int, int *);
static void combine_side_by_side_yuv420(picture_t *, picture_t *, int, int);
#define SCHEME_TEXT N_("Color scheme")
-#define SCHEME_LONGTEXT N_("Define the glasse's color scheme")
+#define SCHEME_LONGTEXT N_("Define the glasses' color scheme")
#define FILTER_PREFIX "anaglyph-"
More information about the vlc-commits
mailing list