UI: rename Border Select -> Box Select

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

View File

@@ -157,8 +157,8 @@ class IMAGE_MT_select(Menu):
layout.separator()
layout.operator("uv.select_border").pinned = False
layout.operator("uv.select_border", text="Border Select Pinned").pinned = True
layout.operator("uv.select_box").pinned = False
layout.operator("uv.select_box", text="Box Select Pinned").pinned = True
layout.operator("uv.circle_select")
layout.separator()