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:
Diffstat (limited to 'source/blender/editors/mesh/editmesh_tools.c')
-rw-r--r--source/blender/editors/mesh/editmesh_tools.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/editors/mesh/editmesh_tools.c b/source/blender/editors/mesh/editmesh_tools.c
index cf01170dd8a..3cef915bb6b 100644
--- a/source/blender/editors/mesh/editmesh_tools.c
+++ b/source/blender/editors/mesh/editmesh_tools.c
@@ -5263,7 +5263,7 @@ void MESH_OT_poke(wmOperatorType *ot)
poke_center_modes,
BMOP_POKE_MEDIAN_WEIGHTED,
"Poke Center",
- "Poke Face Center Calculation");
+ "Poke face center calculation");
}
/** \} */
@@ -9204,7 +9204,7 @@ void MESH_OT_normals_tools(struct wmOperatorType *ot)
normal_vector_tool_items,
EDBM_CLNOR_TOOLS_COPY,
"Mode",
- "Mode of tools taking input from Interface");
+ "Mode of tools taking input from interface");
RNA_def_property_flag(ot->prop, PROP_HIDDEN);
RNA_def_boolean(ot->srna,