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:
authorDaniel Salazar <zanqdo@gmail.com>2011-05-10 09:20:18 +0400
committerDaniel Salazar <zanqdo@gmail.com>2011-05-10 09:20:18 +0400
commit6d5f0bfac6408f511f556ec756941512ec0b9a6d (patch)
treea12da85903c47ef3829800f5a4ad2158d9323da8 /source/blender
parent2a14b0b3276909f84923a63583d4e193ec595397 (diff)
Typo in composition guides
Diffstat (limited to 'source/blender')
-rw-r--r--source/blender/makesrna/intern/rna_camera.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesrna/intern/rna_camera.c b/source/blender/makesrna/intern/rna_camera.c
index ff25d6d49b0..14a2f27bd8c 100644
--- a/source/blender/makesrna/intern/rna_camera.c
+++ b/source/blender/makesrna/intern/rna_camera.c
@@ -94,7 +94,7 @@ void RNA_def_camera(BlenderRNA *brna)
RNA_def_property_enum_sdna(prop, NULL, "dtx");
RNA_def_property_enum_items(prop, prop_draw_type_extra_items);
RNA_def_property_flag(prop, PROP_ENUM_FLAG);
- RNA_def_property_ui_text(prop, "Comosition Guide", "Draw overlay");
+ RNA_def_property_ui_text(prop, "Composition Guides", "Draw overlay");
RNA_def_property_update(prop, NC_OBJECT|ND_DRAW, NULL);
/* Number values */