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

@@ -235,7 +235,7 @@ class NODE_MT_select(Menu):
def draw(self, context):
layout = self.layout
layout.operator("node.select_border").tweak = False
layout.operator("node.select_box").tweak = False
layout.operator("node.select_circle")
layout.separator()