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:
authorJason Wilkins <Jason.A.Wilkins@gmail.com>2010-07-20 17:43:09 +0400
committerJason Wilkins <Jason.A.Wilkins@gmail.com>2010-07-20 17:43:09 +0400
commite8d45a8c4022a6bc02099da93e24c8afaff2af44 (patch)
tree96c383c1ab590bbb8e4548914a381583a65b3320
parent886ce5a35101ea8bfef9c02745a94b1ab017f12f (diff)
* typo fix
-rw-r--r--source/blender/makesrna/intern/rna_brush.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesrna/intern/rna_brush.c b/source/blender/makesrna/intern/rna_brush.c
index bc71a862f4b..c6f77c9fce2 100644
--- a/source/blender/makesrna/intern/rna_brush.c
+++ b/source/blender/makesrna/intern/rna_brush.c
@@ -261,7 +261,7 @@ static void rna_def_brush(BlenderRNA *brna)
{0, NULL, 0, NULL, NULL}};
static EnumPropertyItem brush_icon_items[] = {
- {BRUSH_ICON_FILE, "FILE", 0, "Use Image File", ""},
+ {BRUSH_ICON_FILE, "FILE", 0, "Use An Image File", ""},
{BRUSH_ICON_BLOB, "BLOB", 0, "Blob", ""},
{BRUSH_ICON_CREASE, "CREASE", 0, "Crease", ""},
{BRUSH_ICON_CLAY, "CLAY", 0, "Clay", ""},