From 0e4e1d257cd0e7e033e6fc53be9909d3297cc0c0 Mon Sep 17 00:00:00 2001 From: Dalai Felinto Date: Mon, 22 Apr 2019 10:10:19 -0300 Subject: Rename: Separate: By loose parts > By Loose Parts --- source/blender/editors/mesh/editmesh_tools.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/editors/mesh') diff --git a/source/blender/editors/mesh/editmesh_tools.c b/source/blender/editors/mesh/editmesh_tools.c index 0a07b8cf6f6..349acf754ce 100644 --- a/source/blender/editors/mesh/editmesh_tools.c +++ b/source/blender/editors/mesh/editmesh_tools.c @@ -4297,7 +4297,7 @@ void MESH_OT_separate(wmOperatorType *ot) static const EnumPropertyItem prop_separate_types[] = { {MESH_SEPARATE_SELECTED, "SELECTED", 0, "Selection", ""}, {MESH_SEPARATE_MATERIAL, "MATERIAL", 0, "By Material", ""}, - {MESH_SEPARATE_LOOSE, "LOOSE", 0, "By loose parts", ""}, + {MESH_SEPARATE_LOOSE, "LOOSE", 0, "By Loose Parts", ""}, {0, NULL, 0, NULL, NULL}, }; -- cgit v1.2.3