Revision: 43746
          
http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=43746
Author:   nazgul
Date:     2012-01-28 08:45:51 +0000 (Sat, 28 Jan 2012)
Log Message:
-----------
Fixed typo in a tooltip

Modified Paths:
--------------
    trunk/blender/source/blender/makesrna/intern/rna_space.c

Modified: trunk/blender/source/blender/makesrna/intern/rna_space.c
===================================================================
--- trunk/blender/source/blender/makesrna/intern/rna_space.c    2012-01-27 
17:44:56 UTC (rev 43745)
+++ trunk/blender/source/blender/makesrna/intern/rna_space.c    2012-01-28 
08:45:51 UTC (rev 43746)
@@ -2902,7 +2902,7 @@
 
        /* lock to time cursor */
        prop= RNA_def_property(srna, "lock_time_cursor", PROP_BOOLEAN, 
PROP_NONE);
-       RNA_def_property_ui_text(prop, "Lock to Time Cursor", "Lock curves view 
to time cursos during playback and tracking");
+       RNA_def_property_ui_text(prop, "Lock to Time Cursor", "Lock curves view 
to time cursor during playback and tracking");
        RNA_def_property_boolean_sdna(prop, NULL, "flag", SC_LOCK_TIMECURSOR);
        RNA_def_property_update(prop, NC_SPACE|ND_SPACE_CLIP, NULL);
 

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to