[vlc-commits] Gradfun: missing translation
Jean-Baptiste Kempf
git at videolan.org
Sat Feb 11 15:46:41 CET 2012
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sat Feb 11 15:42:51 2012 +0100| [c7098cce3e72f298a2045f38772e2f6ef4bced24] | committer: Jean-Baptiste Kempf
Gradfun: missing translation
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c7098cce3e72f298a2045f38772e2f6ef4bced24
---
modules/video_filter/gradfun.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/video_filter/gradfun.c b/modules/video_filter/gradfun.c
index 4a35f33..39358af 100644
--- a/modules/video_filter/gradfun.c
+++ b/modules/video_filter/gradfun.c
@@ -55,7 +55,7 @@ static void Close(vlc_object_t *);
vlc_module_begin()
set_description(N_("Gradfun video filter"))
set_shortname(N_("Gradfun"))
- set_help("Debanding algorithm")
+ set_help(N_("Debanding algorithm"))
set_capability("video filter2", 0)
set_category(CAT_VIDEO)
set_subcategory(SUBCAT_VIDEO_VFILTER)
More information about the vlc-commits
mailing list