From f1c8c25a3edfbb03795250965ece9d39fef58356 Mon Sep 17 00:00:00 2001 From: Brecht Van Lommel Date: Thu, 6 Sep 2018 12:13:01 +0200 Subject: UI: rename Translate/Grab to Move in UI, shortcuts stay the same. --- source/blender/editors/space_api/spacetypes.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/editors/space_api') diff --git a/source/blender/editors/space_api/spacetypes.c b/source/blender/editors/space_api/spacetypes.c index 5492cf13564..c811e127cfe 100644 --- a/source/blender/editors/space_api/spacetypes.c +++ b/source/blender/editors/space_api/spacetypes.c @@ -132,7 +132,7 @@ void ED_spacetypes_init(void) /* gizmo types */ ED_gizmotypes_button_2d(); ED_gizmotypes_dial_3d(); - ED_gizmotypes_grab_3d(); + ED_gizmotypes_move_3d(); ED_gizmotypes_arrow_2d(); ED_gizmotypes_arrow_3d(); ED_gizmotypes_preselect_3d(); -- cgit v1.2.3