[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [41892] trunk/blender/source/blender: Typo fixes in descriptions.

Sergey Sharybin sergey.vfx at gmail.com
Tue Nov 15 21:02:46 CET 2011


Revision: 41892
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=41892
Author:   nazgul
Date:     2011-11-15 20:02:45 +0000 (Tue, 15 Nov 2011)
Log Message:
-----------
Typo fixes in descriptions.

Modified Paths:
--------------
    trunk/blender/source/blender/editors/space_clip/tracking_ops.c
    trunk/blender/source/blender/makesrna/intern/rna_movieclip.c

Modified: trunk/blender/source/blender/editors/space_clip/tracking_ops.c
===================================================================
--- trunk/blender/source/blender/editors/space_clip/tracking_ops.c	2011-11-15 19:46:56 UTC (rev 41891)
+++ trunk/blender/source/blender/editors/space_clip/tracking_ops.c	2011-11-15 20:02:45 UTC (rev 41892)
@@ -1653,7 +1653,7 @@
 
 	/* identifiers */
 	ot->name= "Clear Track Path";
-	ot->description= "Clear tracks after/before current position or cleat the whole track";
+	ot->description= "Clear tracks after/before current position or clear the whole track";
 	ot->idname= "CLIP_OT_clear_track_path";
 
 	/* api callbacks */

Modified: trunk/blender/source/blender/makesrna/intern/rna_movieclip.c
===================================================================
--- trunk/blender/source/blender/makesrna/intern/rna_movieclip.c	2011-11-15 19:46:56 UTC (rev 41891)
+++ trunk/blender/source/blender/makesrna/intern/rna_movieclip.c	2011-11-15 20:02:45 UTC (rev 41892)
@@ -121,7 +121,7 @@
 	/* quality of proxied image */
 	prop= RNA_def_property(srna, "quality", PROP_INT, PROP_UNSIGNED);
 	RNA_def_property_int_sdna(prop, NULL, "quality");
-	RNA_def_property_ui_text(prop, "Quality", "JPEG of proxy images");
+	RNA_def_property_ui_text(prop, "Quality", "JPEG quality of proxy images");
 	RNA_def_property_ui_range(prop, 1, 100, 1, 0);
 
 	prop= RNA_def_property(srna, "timecode", PROP_ENUM, PROP_NONE);




More information about the Bf-blender-cvs mailing list