Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGaia Clary <gaia.clary@machinimatrix.org>2013-06-23 21:27:50 +0400
committerGaia Clary <gaia.clary@machinimatrix.org>2013-06-23 21:27:50 +0400
commit9b6f05e3ad3c695d523c7cfec918e0f89828dec1 (patch)
tree89ba1f7b2c300f14044cb4320fc597b796eafb64 /source/blender/makesrna/intern/rna_sculpt_paint.c
parent23c053748db11111d58fb44745d3ca5f6cb6dc6a (diff)
Clarify tooltip for Weight paint tool
Diffstat (limited to 'source/blender/makesrna/intern/rna_sculpt_paint.c')
-rw-r--r--source/blender/makesrna/intern/rna_sculpt_paint.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesrna/intern/rna_sculpt_paint.c b/source/blender/makesrna/intern/rna_sculpt_paint.c
index b48ae3e0194..11b3f94a446 100644
--- a/source/blender/makesrna/intern/rna_sculpt_paint.c
+++ b/source/blender/makesrna/intern/rna_sculpt_paint.c
@@ -444,7 +444,7 @@ static void rna_def_vertex_paint(BlenderRNA *brna)
/* weight paint only */
prop = RNA_def_property(srna, "use_group_restrict", PROP_BOOLEAN, PROP_NONE);
RNA_def_property_boolean_sdna(prop, NULL, "flag", VP_ONLYVGROUP);
- RNA_def_property_ui_text(prop, "Restrict", "Restrict painting to verts already apart of the vertex group");
+ RNA_def_property_ui_text(prop, "Restrict", "Restrict painting to vertices in the group");
}
static void rna_def_image_paint(BlenderRNA *brna)