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

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

View File

@@ -228,7 +228,7 @@ class NLA_MT_edit_transform(Menu):
def draw(self, context):
layout = self.layout
layout.operator("transform.translate", text="Grab/Move")
layout.operator("transform.translate", text="Move")
layout.operator("transform.transform", text="Extend").mode = 'TIME_EXTEND'
layout.operator("transform.transform", text="Scale").mode = 'TIME_SCALE'