]> git.sesse.net Git - vlc/blobdiff - modules/video_filter/clone.c
* Massive spelling corrections.
[vlc] / modules / video_filter / clone.c
index 3198591ac582140dd4e9dc1797fd24b389197791..32c1dbc48ae16e03f091e608cf5ee6fcc9f8ace6 100644 (file)
@@ -56,8 +56,8 @@ static int  SendEvents( vlc_object_t *, char const *,
 #define COUNT_LONGTEXT N_("Select the number of video windows in which to "\
     "clone the video")
 
-#define VOUTLIST_TEXT N_("List of vout modules")
-#define VOUTLIST_LONGTEXT N_("Select the specific vout modules that you want to activate")
+#define VOUTLIST_TEXT N_("List of video output modules")
+#define VOUTLIST_LONGTEXT N_("Select the specific video output modules that you want to activate")
 
 vlc_module_begin();
     set_description( _("Clone video filter") );