Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2018-08-19 08:20:21 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-08-19 08:20:21 +0300
commitb1cb79d312b4c01593473456f2564772c93e5ed8 (patch)
tree5169a900d8555c929af999004163a3fa59aad4e4 /source/blender
parent20b30b6bee5514393f0aace4314a9ed1749b33d5 (diff)
UI: rename 'Apron' to 'Click Anywhere'
Diffstat (limited to 'source/blender')
-rw-r--r--source/blender/makesrna/intern/rna_scene.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesrna/intern/rna_scene.c b/source/blender/makesrna/intern/rna_scene.c
index 21731a54aa1..fe32566028d 100644
--- a/source/blender/makesrna/intern/rna_scene.c
+++ b/source/blender/makesrna/intern/rna_scene.c
@@ -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 */