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:
authorMartin Poirier <theeth@yahoo.com>2009-12-06 20:36:27 +0300
committerMartin Poirier <theeth@yahoo.com>2009-12-06 20:36:27 +0300
commit4b2163c1cc53f165545e94f3aef291462aba10ce (patch)
treef33a8484876e0e04ea2c0d49184ef8c5e2b98d52 /source/blender/editors
parentba0981031ae20f1cda43a2491f6347295b6a17d2 (diff)
Text change: Loopcut -> Loop Cut
Diffstat (limited to 'source/blender/editors')
-rw-r--r--source/blender/editors/mesh/mesh_ops.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/mesh/mesh_ops.c b/source/blender/editors/mesh/mesh_ops.c
index 866638d2f20..9a44f5960df 100644
--- a/source/blender/editors/mesh/mesh_ops.c
+++ b/source/blender/editors/mesh/mesh_ops.c
@@ -171,7 +171,7 @@ void ED_operatormacros_mesh(void)
wmOperatorTypeMacro *otmacro;
int constraint_axis[3] = {0, 0, 1};
- ot= WM_operatortype_append_macro("MESH_OT_loopcut_slide", "Loopcut and Slide", OPTYPE_UNDO|OPTYPE_REGISTER);
+ ot= WM_operatortype_append_macro("MESH_OT_loopcut_slide", "Loop Cut and Slide", OPTYPE_UNDO|OPTYPE_REGISTER);
WM_operatortype_macro_define(ot, "MESH_OT_loopcut");
WM_operatortype_macro_define(ot, "TFM_OT_edge_slide");