From 485ff4b9bf44ce65ea19314b8371ec8659c12712 Mon Sep 17 00:00:00 2001 From: Jacques Lucke Date: Sun, 5 Jan 2020 15:10:25 +0100 Subject: Fix T72423: Incorrect tooltips in curve profile layout --- source/blender/editors/interface/interface_templates.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/blender/editors/interface/interface_templates.c') diff --git a/source/blender/editors/interface/interface_templates.c b/source/blender/editors/interface/interface_templates.c index 71fa28640e0..0880da91005 100644 --- a/source/blender/editors/interface/interface_templates.c +++ b/source/blender/editors/interface/interface_templates.c @@ -5013,7 +5013,7 @@ static void CurveProfile_buttons_layout(uiLayout *layout, PointerRNA *ptr, RNAUp 0.0, 0.0, 0.0, - TIP_("Set the point's handle type to sharp.")); + TIP_("Set the point's handle type to sharp")); if (point_last_or_first) { UI_but_flag_enable(bt, UI_BUT_DISABLED); } @@ -5031,7 +5031,7 @@ static void CurveProfile_buttons_layout(uiLayout *layout, PointerRNA *ptr, RNAUp 0.0, 0.0, 0.0, - TIP_("Set the point's handle type to sharp.")); + TIP_("Set the point's handle type to smooth")); UI_but_funcN_set(bt, CurveProfile_buttons_setcurved, MEM_dupallocN(cb), profile); if (point_last_or_first) { UI_but_flag_enable(bt, UI_BUT_DISABLED); -- cgit v1.2.3