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>2012-09-18 11:14:16 +0400
committerBastien Montagne <montagne29@wanadoo.fr>2012-09-18 11:14:16 +0400
commit3094a02e6ef272f108a633c18981af593d038ee2 (patch)
treeeb0253b26e5ff83b74f96b3f9a0e83d6b39354f1 /source/blender/makesrna/intern/rna_image.c
parentc11ca1dc0043d80e0ede753492d26f48eca1e8d7 (diff)
"Colospace" -> "Color Space" (in UI messages).
Diffstat (limited to 'source/blender/makesrna/intern/rna_image.c')
-rw-r--r--source/blender/makesrna/intern/rna_image.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesrna/intern/rna_image.c b/source/blender/makesrna/intern/rna_image.c
index 495d60df49c..6c8a3d2df1b 100644
--- a/source/blender/makesrna/intern/rna_image.c
+++ b/source/blender/makesrna/intern/rna_image.c
@@ -660,7 +660,7 @@ static void rna_def_image(BlenderRNA *brna)
prop = RNA_def_property(srna, "colorspace_settings", PROP_POINTER, PROP_NONE);
RNA_def_property_pointer_sdna(prop, NULL, "colorspace_settings");
RNA_def_property_struct_type(prop, "ColorManagedColorspaceSettings");
- RNA_def_property_ui_text(prop, "Colorspace Settings", "Input color space settings");
+ RNA_def_property_ui_text(prop, "Color Space Settings", "Input color space settings");
RNA_api_image(srna);
}