From e3a32a22bf9dbed18d7718ea4a0d66759c933a3b Mon Sep 17 00:00:00 2001 From: Antonio Vazquez Date: Fri, 5 Jun 2020 08:27:42 +0200 Subject: GPencil: Channel Lock tooltip After talking with UI team, we decided to change the tooltip. --- source/blender/editors/animation/anim_channels_defines.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source/blender/editors/animation/anim_channels_defines.c') diff --git a/source/blender/editors/animation/anim_channels_defines.c b/source/blender/editors/animation/anim_channels_defines.c index 6033523630d..0947023e071 100644 --- a/source/blender/editors/animation/anim_channels_defines.c +++ b/source/blender/editors/animation/anim_channels_defines.c @@ -4960,7 +4960,8 @@ static void draw_setting_widget(bAnimContext *ac, } else if (ale->type == ANIMTYPE_GPLAYER) { tooltip = TIP_( - "All keyframes contribute to the result (uncheck to use the current frame only)"); + "Shows all keyframes during animation playback and enabled all frames for editing " + "(uncheck to use only the current keyframe during animation playback and editing)"); } else { tooltip = TIP_("Do channels contribute to result (toggle channel muting)"); -- cgit v1.2.3