Tooltip cleanup: show_metadata should be same between image editor/

This commit is contained in:
2015-06-09 18:25:25 +02:00
parent 7b0c327b94
commit 45d4fadebd

View File

@@ -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);