[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [39591] branches/soc-2011-onion/source/ blender/makesrna/intern/rna_scene.c: some more renames

Antony Riakiotakis kalast at gmail.com
Sun Aug 21 21:25:57 CEST 2011


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");




More information about the Bf-blender-cvs mailing list