UI: rename 'Apron' to 'Click Anywhere'
This commit is contained in:
@@ -2428,7 +2428,7 @@ static void rna_def_tool_settings(BlenderRNA *brna)
|
||||
|
||||
prop = RNA_def_property(srna, "use_gizmo_apron", PROP_BOOLEAN, PROP_NONE);
|
||||
RNA_def_property_boolean_negative_sdna(prop, NULL, "gizmo_flag", SCE_MANIP_DISABLE_APRON);
|
||||
RNA_def_property_ui_text(prop, "Apron", "Handle input not directly over the gizmo");
|
||||
RNA_def_property_ui_text(prop, "Click Anywhere", "Handle input not directly over the gizmo");
|
||||
RNA_def_property_update(prop, NC_SCENE | ND_TOOLSETTINGS, NULL);
|
||||
|
||||
/* Grease Pencil */
|
||||
|
||||
Reference in New Issue
Block a user