UI message fix (yeah, I know... :/ ).

This commit is contained in:
Bastien Montagne 2014-08-20 21:52:00 +02:00
parent 49b894bcc1
commit c3e59379c0
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ enum {
static EnumPropertyItem isect_mode_items[] = {
{ISECT_SEL, "SELECT", 0, "Self Intersect",
"Self intersect selected faces"},
{ISECT_SEL_UNSEL, "SELECT_UNSELECT", 0, "Select/Unselected",
{ISECT_SEL_UNSEL, "SELECT_UNSELECT", 0, "Selected/Unselected",
"Intersect selected with unselected faces"},
{0, NULL, 0, NULL, NULL}
};