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:
authorGermano Cavalcante <germano.costa@ig.com.br>2020-09-03 23:57:42 +0300
committerGermano Cavalcante <germano.costa@ig.com.br>2020-09-03 23:57:42 +0300
commitff3a9852a77cd912a309f21aa8b7cf7eb8b8a402 (patch)
treee21016a98266aae5d3fe2cc53a589c41dc04ceed
parent953a031f15e077674e92585cbb085021678860c3 (diff)
Cleanup: Shorten the name of the Auto Constraint modal keymap
It was taking up too much space in the status bar.
-rw-r--r--source/blender/editors/transform/transform.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/source/blender/editors/transform/transform.c b/source/blender/editors/transform/transform.c
index 4beafc6d363..01fdb267108 100644
--- a/source/blender/editors/transform/transform.c
+++ b/source/blender/editors/transform/transform.c
@@ -682,12 +682,7 @@ wmKeyMap *transform_modal_keymap(wmKeyConfig *keyconf)
{TFM_MODAL_TRANSLATE, "TRANSLATE", 0, "Move", ""},
{TFM_MODAL_ROTATE, "ROTATE", 0, "Rotate", ""},
{TFM_MODAL_RESIZE, "RESIZE", 0, "Resize", ""},
-
- {TFM_MODAL_AUTOCONSTRAINT,
- "AUTOCONSTRAIN",
- 0,
- "Automatically detects one direction for constraint",
- ""},
+ {TFM_MODAL_AUTOCONSTRAINT, "AUTOCONSTRAIN", 0, "Automatic Constraint", ""},
{0, NULL, 0, NULL, NULL},
};