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:
authorBastien Montagne <montagne29@wanadoo.fr>2013-09-10 00:22:01 +0400
committerBastien Montagne <montagne29@wanadoo.fr>2013-09-10 00:22:01 +0400
commit83b2eefd095ff05533d55c35750772375f6a58cc (patch)
treee8fe6cb402bc0a51509b80084c1bb08e6cdbe4bb /source/blender/makesrna/intern/rna_color.c
parent00641bb237d32c341134e22201459aa74ea2e370 (diff)
Usual UI messages fixes...
Diffstat (limited to 'source/blender/makesrna/intern/rna_color.c')
-rw-r--r--source/blender/makesrna/intern/rna_color.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/makesrna/intern/rna_color.c b/source/blender/makesrna/intern/rna_color.c
index b9b3fe1ce79..b184cc11286 100644
--- a/source/blender/makesrna/intern/rna_color.c
+++ b/source/blender/makesrna/intern/rna_color.c
@@ -980,7 +980,7 @@ static void rna_def_colormanage(BlenderRNA *brna)
};
static EnumPropertyItem look_items[] = {
- {0, "NONE", 0, "None", "Do not modify image in an artistics manner"},
+ {0, "NONE", 0, "None", "Do not modify image in an artistic manner"},
{0, NULL, 0, NULL, NULL}
};
@@ -1015,7 +1015,7 @@ static void rna_def_colormanage(BlenderRNA *brna)
RNA_def_property_enum_funcs(prop, "rna_ColorManagedViewSettings_look_get",
"rna_ColorManagedViewSettings_look_set",
"rna_ColorManagedViewSettings_look_itemf");
- RNA_def_property_ui_text(prop, "Look", "Additional tarnsform applyed before view transform for an artistics needs");
+ RNA_def_property_ui_text(prop, "Look", "Additional transform applied before view transform for an artistic needs");
RNA_def_property_update(prop, NC_WINDOW, "rna_ColorManagement_update");
prop = RNA_def_property(srna, "view_transform", PROP_ENUM, PROP_NONE);