[vlc-commits] Antiflicker: fix first letter in capital

Jean-Baptiste Kempf git at videolan.org
Thu Jan 25 19:01:10 CET 2018


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Thu Jan 25 19:00:52 2018 +0100| [054126cc8f7dbc07922a0358a3cfc1860d631abd] | committer: Jean-Baptiste Kempf

Antiflicker: fix first letter in capital

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=054126cc8f7dbc07922a0358a3cfc1860d631abd
---

 modules/video_filter/antiflicker.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/video_filter/antiflicker.c b/modules/video_filter/antiflicker.c
index f2938312f7..0041e2a285 100644
--- a/modules/video_filter/antiflicker.c
+++ b/modules/video_filter/antiflicker.c
@@ -65,7 +65,7 @@ static void Destroy   ( vlc_object_t * );
  * Module descriptor
  *****************************************************************************/
 vlc_module_begin ()
-    set_description( N_("antiflicker video filter") )
+    set_description( N_("Antiflicker video filter") )
     set_shortname( N_( "antiflicker" ))
     set_capability( "video filter", 0 )
     set_category( CAT_VIDEO )



More information about the vlc-commits mailing list