From 05c85e8fcdb9db3aabacb359efcfb35f426ab824 Mon Sep 17 00:00:00 2001 From: erikkaashoek Date: Mon, 1 Feb 2021 16:36:55 +0100 Subject: [PATCH] Text correction --- ui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui.c b/ui.c index 15e1d4f..8af2a06 100644 --- a/ui.c +++ b/ui.c @@ -1995,7 +1995,7 @@ menu_select_touch(int i, int pos) uistat.value = setting.slider_span; set_keypad_value(keypad); #if 1 - plot_printf(center_text, sizeof center_text, "WIDTH: %%s"); + plot_printf(center_text, sizeof center_text, "RANGE: %%s"); #else center_text[0] = 'S'; center_text[1] = 'P';