Fix T54527: Misleading Tooltip on Snap Target Menu
This commit is contained in:
@@ -107,7 +107,7 @@ const EnumPropertyItem rna_enum_uv_sculpt_tool_items[] = {
|
||||
|
||||
const EnumPropertyItem rna_enum_snap_target_items[] = {
|
||||
{SCE_SNAP_TARGET_CLOSEST, "CLOSEST", 0, "Closest", "Snap closest point onto target"},
|
||||
{SCE_SNAP_TARGET_CENTER, "CENTER", 0, "Center", "Snap center onto target"},
|
||||
{SCE_SNAP_TARGET_CENTER, "CENTER", 0, "Center", "Snap transormation center onto target"},
|
||||
{SCE_SNAP_TARGET_MEDIAN, "MEDIAN", 0, "Median", "Snap median onto target"},
|
||||
{SCE_SNAP_TARGET_ACTIVE, "ACTIVE", 0, "Active", "Snap active onto target"},
|
||||
{0, NULL, 0, NULL, NULL}
|
||||
|
Reference in New Issue
Block a user