UI: rename Translate/Grab to Move in UI, shortcuts stay the same.

This commit is contained in:
2018-09-06 12:13:01 +02:00
parent 32ef77bf0a
commit f1c8c25a3e
28 changed files with 122 additions and 122 deletions

View File

@@ -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();