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

@@ -196,7 +196,7 @@ def marker_menu_generic(layout):
layout.separator()
layout.operator("marker.rename", text="Rename Marker")
layout.operator("marker.move", text="Grab/Move Marker")
layout.operator("marker.move", text="Move Marker")
layout.separator()