Change tooltip text for Vertex Group in Bevel Modifier.

Reflects previous commit that now allows this group to
control edge bevels too.
This commit is contained in:
Howard Trickey 2014-01-24 12:52:18 -05:00
parent 2a8f6e2fd9
commit 28564e1583

@ -2323,7 +2323,7 @@ static void rna_def_modifier_bevel(BlenderRNA *brna)
{MOD_BEVEL_WEIGHT, "WEIGHT", 0, "Weight",
"Use bevel weights to determine how much bevel is applied in edge mode"},
{MOD_BEVEL_VGROUP, "VGROUP", 0, "Vertex Group",
"Use vertex group weights to determine how much bevel is applied in vertex mode"},
"Use vertex group weights to select whether vertex or edge is beveled"},
{0, NULL, 0, NULL, NULL}
};