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:
authorCampbell Barton <ideasman42@gmail.com>2014-03-07 06:28:39 +0400
committerCampbell Barton <ideasman42@gmail.com>2014-03-07 06:28:39 +0400
commit03af4cbf9173dd0440517dd0b9f8d464a4ec0350 (patch)
treece682c3014a529aabf622c4b1b091a6e19ad292b /source/blender/makesrna/intern/rna_sculpt_paint.c
parent276ef3b3b5192aad5c3e5e02c69246818f89033b (diff)
Code cleanup: style
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 e13e9b3cad4..635c9a3c374 100644
--- a/source/blender/makesrna/intern/rna_sculpt_paint.c
+++ b/source/blender/makesrna/intern/rna_sculpt_paint.c
@@ -441,7 +441,7 @@ static void rna_def_sculpt(BlenderRNA *brna)
RNA_def_property_enum_bitflag_sdna(prop, NULL, "flags");
RNA_def_property_enum_items(prop, detail_type_items);
RNA_def_property_ui_text(prop, "Detail Type Method",
- "In dynamic-topology mode, how mesh detail size is calculated");
+ "In dynamic-topology mode, how mesh detail size is calculated");
RNA_def_property_update(prop, NC_SCENE | ND_TOOLSETTINGS, NULL);
prop = RNA_def_property(srna, "gravity", PROP_FLOAT, PROP_NONE);