RNA: correct naming w/ last cleanup

This commit is contained in:
Campbell Barton 2018-05-26 13:06:40 +02:00
parent 0d559a6730
commit 75355ef426
1 changed files with 1 additions and 1 deletions

View File

@ -374,7 +374,7 @@ void RNA_def_material(BlenderRNA *brna)
prop = RNA_def_property(srna, "show_transparent_backside", PROP_BOOLEAN, PROP_NONE);
RNA_def_property_boolean_negative_sdna(prop, NULL, "blend_flag", MA_BL_HIDE_BACKSIDE);
RNA_def_property_ui_text(prop, "Hide Backside", "Limit transparency to a single layer "
RNA_def_property_ui_text(prop, "Show Backside", "Limit transparency to a single layer "
"(avoids transparency sorting problems)");
RNA_def_property_update(prop, 0, "rna_Material_draw_update");