Skip to content

Commit d44585d

Browse files
committed
spline: Tweak message
1 parent af56522 commit d44585d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/spline.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ static void _apps_spline_init(apps_spline_t *spline,
203203
spline->n_points = n_points;
204204
_init_control_point(spline);
205205
twin_button_t *button =
206-
twin_button_create(parent, "SwitchCurve", 0xffae0000, D(10),
206+
twin_button_create(parent, "Switch curve", 0xffae0000, D(10),
207207
TwinStyleBold | TwinStyleOblique);
208208
twin_widget_set(&button->label.widget, 0xc0808080);
209209
button->signal = _apps_spline_button_signal;

0 commit comments

Comments
 (0)