Fix wrong uv editor Border Select Pinned name in menu.

This commit is contained in:
Brecht Van Lommel 2012-01-30 14:28:45 +00:00
parent 4f38c52200
commit ed8f690be7

@ -92,7 +92,7 @@ class IMAGE_MT_select(Menu):
layout = self.layout
layout.operator("uv.select_border").pinned = False
layout.operator("uv.select_border").pinned = True
layout.operator("uv.select_border", text="Border Select Pinned").pinned = True
layout.separator()