Fix T72423: Incorrect tooltips in curve profile layout

This commit is contained in:
Jacques Lucke 2020-01-05 15:10:25 +01:00
parent 295647212d
commit 485ff4b9bf
Notes: blender-bot 2023-02-14 10:35:28 +01:00
Referenced by issue #72423, Bevel Custom Profile: handle type tooltips are the same
1 changed files with 2 additions and 2 deletions

View File

@ -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);