UI: rename 'Apron' to 'Click Anywhere'

This commit is contained in:
Campbell Barton
2018-08-19 15:20:21 +10:00
parent 20b30b6bee
commit b1cb79d312

View File

@@ -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 */