Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2018-09-10 09:14:26 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-09-10 09:14:26 +0300
commita4d126cac655aed5e3e8caff645109e781f441b2 (patch)
tree1b736bb4eb219afa98970ed161712ecec98db543 /source/blender/editors/mesh/mesh_ops.c
parent549ac6ddebef8113f8a84a945a40280f6fe9d565 (diff)
Cleanup: use title caps
Diffstat (limited to 'source/blender/editors/mesh/mesh_ops.c')
-rw-r--r--source/blender/editors/mesh/mesh_ops.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/editors/mesh/mesh_ops.c b/source/blender/editors/mesh/mesh_ops.c
index d1a3aec9551..875cd68da7b 100644
--- a/source/blender/editors/mesh/mesh_ops.c
+++ b/source/blender/editors/mesh/mesh_ops.c
@@ -306,7 +306,7 @@ void ED_operatormacros_mesh(void)
ot = WM_operatortype_append_macro(
- "MESH_OT_polybuild_face_at_cursor_move", "Face At Cursor Move", "",
+ "MESH_OT_polybuild_face_at_cursor_move", "Face at Cursor Move", "",
OPTYPE_UNDO | OPTYPE_REGISTER);
WM_operatortype_macro_define(ot, "MESH_OT_polybuild_face_at_cursor");
otmacro = WM_operatortype_macro_define(ot, "TRANSFORM_OT_translate");
@@ -314,7 +314,7 @@ void ED_operatormacros_mesh(void)
RNA_boolean_set(otmacro->ptr, "mirror", false);
ot = WM_operatortype_append_macro(
- "MESH_OT_polybuild_split_at_cursor_move", "Split At Cursor Move", "",
+ "MESH_OT_polybuild_split_at_cursor_move", "Split at Cursor Move", "",
OPTYPE_UNDO | OPTYPE_REGISTER);
WM_operatortype_macro_define(ot, "MESH_OT_polybuild_split_at_cursor");
otmacro = WM_operatortype_macro_define(ot, "TRANSFORM_OT_translate");