From 4c353205ea2d15c3cd314eeeaf60edc04f4c06ad Mon Sep 17 00:00:00 2001 From: William Reynish Date: Sat, 24 Aug 2019 00:45:21 +0200 Subject: UI: Various tooltip corrections and fixes Patch by Yevgeny Makarov (jenkm) Differential Revision: D5514 --- source/blender/editors/mask/mask_shapekey.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source/blender/editors/mask/mask_shapekey.c') diff --git a/source/blender/editors/mask/mask_shapekey.c b/source/blender/editors/mask/mask_shapekey.c index edc22943124..1abe805192d 100644 --- a/source/blender/editors/mask/mask_shapekey.c +++ b/source/blender/editors/mask/mask_shapekey.c @@ -81,6 +81,7 @@ void MASK_OT_shape_key_insert(wmOperatorType *ot) { /* identifiers */ ot->name = "Insert Shape Key"; + ot->description = "Insert mask shape keyframe for active mask layer at the current frame"; ot->idname = "MASK_OT_shape_key_insert"; /* api callbacks */ @@ -129,6 +130,7 @@ void MASK_OT_shape_key_clear(wmOperatorType *ot) { /* identifiers */ ot->name = "Clear Shape Key"; + ot->description = "Remove mask shape keyframe for active mask layer at the current frame"; ot->idname = "MASK_OT_shape_key_clear"; /* api callbacks */ -- cgit v1.2.3