[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [47582] trunk/blender/source/blender/ makesrna/intern/rna_cloth.c: Tooltips shouldn' t have dot at the end of sentence

Sergey Sharybin sergey.vfx at gmail.com
Thu Jun 7 20:10:26 CEST 2012


Revision: 47582
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=47582
Author:   nazgul
Date:     2012-06-07 18:10:25 +0000 (Thu, 07 Jun 2012)
Log Message:
-----------
Tooltips shouldn't have dot at the end of sentence

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

Modified: trunk/blender/source/blender/makesrna/intern/rna_cloth.c
===================================================================
--- trunk/blender/source/blender/makesrna/intern/rna_cloth.c	2012-06-07 18:08:57 UTC (rev 47581)
+++ trunk/blender/source/blender/makesrna/intern/rna_cloth.c	2012-06-07 18:10:25 UTC (rev 47582)
@@ -547,7 +547,7 @@
 	RNA_def_property_string_funcs(prop, "rna_CollSettings_selfcol_vgroup_get", "rna_CollSettings_selfcol_vgroup_length",
 	                              "rna_CollSettings_selfcol_vgroup_set");
 	RNA_def_property_ui_text(prop, "Selfcollision Vertex Group",
-	                         "Vertex group to define vertices which are not used during self collisions.");
+	                         "Vertex group to define vertices which are not used during self collisions");
 	RNA_def_property_update(prop, 0, "rna_cloth_update");
 }
 




More information about the Bf-blender-cvs mailing list