Revision: 39591
          
http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=39591
Author:   psy-fi
Date:     2011-08-21 19:25:56 +0000 (Sun, 21 Aug 2011)
Log Message:
-----------
some more renames

Modified Paths:
--------------
    branches/soc-2011-onion/source/blender/makesrna/intern/rna_scene.c

Modified: branches/soc-2011-onion/source/blender/makesrna/intern/rna_scene.c
===================================================================
--- branches/soc-2011-onion/source/blender/makesrna/intern/rna_scene.c  
2011-08-21 19:03:47 UTC (rev 39590)
+++ branches/soc-2011-onion/source/blender/makesrna/intern/rna_scene.c  
2011-08-21 19:25:56 UTC (rev 39591)
@@ -1136,7 +1136,7 @@
 
        prop= RNA_def_property(srna, "use_uv_sculpt", PROP_BOOLEAN, PROP_NONE);
        RNA_def_property_boolean_sdna(prop, NULL, "use_uv_sculpt", 1);
-       RNA_def_property_ui_text(prop, "UV Sculpt", "Enable brush for uv 
painting");
+       RNA_def_property_ui_text(prop, "UV Sculpt", "Enable brush for uv 
sculpting");
        RNA_def_property_ui_icon(prop, ICON_TPAINT_HLT, 0);
        RNA_def_property_update(prop, NC_SPACE|ND_SPACE_IMAGE, 
"rna_SpaceImageEditor_uv_sculpt_update");
 
@@ -1151,7 +1151,7 @@
        prop= RNA_def_property(srna, "uv_sculpt_tool", PROP_ENUM, PROP_NONE);
        RNA_def_property_enum_sdna(prop, NULL, "uv_sculpt_tool");
        RNA_def_property_enum_items(prop, uv_sculpt_tool_items);
-       RNA_def_property_ui_text(prop, "UV Sculpt Tools", "Select Tools for the 
UV brushes");
+       RNA_def_property_ui_text(prop, "UV Sculpt Tools", "Select Tools for the 
UV sculpt brushes");
 
        prop= RNA_def_property(srna, "uv_relax_method", PROP_ENUM, PROP_NONE);
        RNA_def_property_enum_sdna(prop, NULL, "uv_relax_method");

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

Reply via email to