UI: rename Border Select -> Box Select

See: T56648
This commit is contained in:
Campbell Barton
2018-10-05 10:27:04 +10:00
parent 50cb8013eb
commit 0b98a679bb
81 changed files with 542 additions and 542 deletions

View File

@@ -1411,7 +1411,7 @@ class CLIP_MT_select(Menu):
def draw(self, context):
layout = self.layout
layout.operator("clip.select_border")
layout.operator("clip.select_box")
layout.operator("clip.select_circle")
layout.separator()