]> git.sesse.net Git - vlc/blobdiff - modules/video_filter/crop.c
* now 0.6.0-cvs
[vlc] / modules / video_filter / crop.c
index 62331de5ff8b97b5d047f2c2ccaab09803086077..506b719e1eb3e605dc85d9557fae9fa65f48f872 100644 (file)
@@ -2,7 +2,7 @@
  * crop.c : Crop video plugin for vlc
  *****************************************************************************
  * Copyright (C) 2002, 2003 VideoLAN
- * $Id: crop.c,v 1.10 2003/03/30 18:14:38 gbazin Exp $
+ * $Id: crop.c,v 1.11 2003/05/15 22:27:37 massiot Exp $
  *
  * Authors: Samuel Hocevar <sam@zoy.org>
  *
@@ -51,10 +51,10 @@ static int  SendEvents( vlc_object_t *, char const *,
 /*****************************************************************************
  * Module descriptor
  *****************************************************************************/
-#define GEOMETRY_TEXT N_("crop geometry")
+#define GEOMETRY_TEXT N_("Crop geometry")
 #define GEOMETRY_LONGTEXT N_("Set the geometry of the zone to crop")
 
-#define AUTOCROP_TEXT N_("automatic cropping")
+#define AUTOCROP_TEXT N_("Automatic cropping")
 #define AUTOCROP_LONGTEXT N_("Activate automatic black border cropping")
 
 vlc_module_begin();