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:
authorHans Goudey <h.goudey@me.com>2020-08-14 05:13:43 +0300
committerHans Goudey <h.goudey@me.com>2020-08-14 05:13:43 +0300
commitd0c0a2e39238898436ab868e066c0123194430c0 (patch)
tree29b364903d47ea0fc1dabd37ed2c21bb546cb2a0 /source/blender/makesrna/intern/rna_color.c
parentcd179b5048c927781401397c8cbd71dfb3ef6766 (diff)
UI: Correct grammar in property name and description
Diffstat (limited to 'source/blender/makesrna/intern/rna_color.c')
-rw-r--r--source/blender/makesrna/intern/rna_color.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesrna/intern/rna_color.c b/source/blender/makesrna/intern/rna_color.c
index 60b6cc40792..cfc20db12f4 100644
--- a/source/blender/makesrna/intern/rna_color.c
+++ b/source/blender/makesrna/intern/rna_color.c
@@ -1222,7 +1222,7 @@ static void rna_def_colormanage(BlenderRNA *brna)
"rna_ColorManagedViewSettings_look_set",
"rna_ColorManagedViewSettings_look_itemf");
RNA_def_property_ui_text(
- prop, "Look", "Additional transform applied before view transform for an artistic needs");
+ prop, "Look", "Additional transform applied before view transform for artistic needs");
RNA_def_property_update(prop, NC_WINDOW, "rna_ColorManagement_update");
prop = RNA_def_property(srna, "view_transform", PROP_ENUM, PROP_NONE);