UI: rename Border to Box Select

Missed in previous renaming commits.
This commit is contained in:
2019-08-06 16:10:48 +10:00
parent 95de738953
commit 4cdc5a12da
3 changed files with 4 additions and 4 deletions

View File

@@ -126,7 +126,7 @@ class NLA_MT_select(Menu):
layout.separator()
layout.operator("nla.select_box").axis_range = False
layout.operator("nla.select_box", text="Border Axis Range").axis_range = True
layout.operator("nla.select_box", text="Box Select (Axis Range)").axis_range = True
layout.separator()
props = layout.operator("nla.select_leftright", text="Before Current Frame")