]> git.sesse.net Git - vlc/blobdiff - modules/video_filter/mirror.c
Add a bunch of help strings. Feel free to correct them, and add more
[vlc] / modules / video_filter / mirror.c
index 6d54149bf3128d10532bd56c9ff6895d389a06df..46b821674b3b582fc7b19df6e869d975fc94bab5 100644 (file)
@@ -77,7 +77,7 @@ static const char *const ppsz_direction_descriptions[] = {
 vlc_module_begin ()
     set_description( N_("Mirror video filter") )
     set_shortname( N_("Mirror video" ))
-    set_help( N_("Splits video in two same parts, like in the mirror") )
+    set_help( N_("Splits video in two same parts, like in a mirror") )
     set_category( CAT_VIDEO )
     set_subcategory( SUBCAT_VIDEO_VFILTER )
     set_capability( "video filter2", 0 )