Cleanup: Shorten the name of the Auto Constraint modal keymap

It was taking up too much space in the status bar.
This commit is contained in:
2020-09-03 17:57:42 -03:00
parent 953a031f15
commit ff3a9852a7

View File

@@ -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},
};