[Bf-blender-cvs] [45d4fad] master: Tooltip cleanup: show_metadata should be same between image editor/

Antony Riakiotakis noreply at git.blender.org
Tue Jun 9 18:26:07 CEST 2015


Commit: 45d4fadebd5f63ac9f77711a37f971d89cfa05a4
Author: Antony Riakiotakis
Date:   Tue Jun 9 18:25:25 2015 +0200
Branches: master
https://developer.blender.org/rB45d4fadebd5f63ac9f77711a37f971d89cfa05a4

Tooltip cleanup: show_metadata should be same between image editor/

===================================================================

M	source/blender/makesrna/intern/rna_space.c

===================================================================

diff --git a/source/blender/makesrna/intern/rna_space.c b/source/blender/makesrna/intern/rna_space.c
index 2b7ed3d..5cc768a 100644
--- a/source/blender/makesrna/intern/rna_space.c
+++ b/source/blender/makesrna/intern/rna_space.c
@@ -1932,7 +1932,7 @@ static void rna_def_space_image_uv(BlenderRNA *brna)
 
 	prop = RNA_def_property(srna, "show_metadata", PROP_BOOLEAN, PROP_NONE);
 	RNA_def_property_boolean_sdna(prop, NULL, "flag", SI_DRAW_METADATA);
-	RNA_def_property_ui_text(prop, "Draw Metadata", "Draw metadata properties of the image");
+	RNA_def_property_ui_text(prop, "Show Metadata", "Draw metadata properties of the image");
 	RNA_def_property_update(prop, NC_SPACE | ND_SPACE_IMAGE, NULL);
 
 	prop = RNA_def_property(srna, "show_texpaint", PROP_BOOLEAN, PROP_NONE);




More information about the Bf-blender-cvs mailing list