From 78e40ad21f5bad8d63405b2341f0832537627676 Mon Sep 17 00:00:00 2001 From: Yevgeny Makarov Date: Mon, 20 Jul 2020 07:22:58 +1000 Subject: UI: use "Recalculate" instead of "Recalc" --- source/blender/editors/mask/mask_ops.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'source/blender/editors/mask') diff --git a/source/blender/editors/mask/mask_ops.c b/source/blender/editors/mask/mask_ops.c index d953a8f9d42..51f3a94efde 100644 --- a/source/blender/editors/mask/mask_ops.c +++ b/source/blender/editors/mask/mask_ops.c @@ -1589,12 +1589,12 @@ static int mask_normals_make_consistent_exec(bContext *C, wmOperator *UNUSED(op) return OPERATOR_CANCELLED; } -/* named to match mesh recalc normals */ +/* Named to match mesh recalculate normals. */ void MASK_OT_normals_make_consistent(wmOperatorType *ot) { /* identifiers */ - ot->name = "Recalc Normals"; - ot->description = "Re-calculate the direction of selected handles"; + ot->name = "Recalculate Handles"; + ot->description = "Recalculate the direction of selected handles"; ot->idname = "MASK_OT_normals_make_consistent"; /* api callbacks */ -- cgit v1.2.3