Workbench: Renamed Object Outline to Outline.

So it fits in the pop-over
This commit is contained in:
Jeroen Bakker 2018-05-23 10:57:50 +02:00
parent 8d92873230
commit 8dc564096f
1 changed files with 1 additions and 1 deletions

View File

@ -2256,7 +2256,7 @@ static void rna_def_space_view3d_shading(BlenderRNA *brna)
prop = RNA_def_property(srna, "show_object_outline", PROP_BOOLEAN, PROP_NONE);
RNA_def_property_boolean_sdna(prop, NULL, "shading.flag", V3D_SHADING_OBJECT_OUTLINE);
RNA_def_property_clear_flag(prop, PROP_ANIMATABLE);
RNA_def_property_ui_text(prop, "Object Outline", "Show Object Outline");
RNA_def_property_ui_text(prop, "Outline", "Show Object Outline");
RNA_def_property_update(prop, NC_SPACE | ND_SPACE_VIEW3D, NULL);
prop = RNA_def_property(srna, "studio_light", PROP_ENUM, PROP_NONE);