summaryrefslogtreecommitdiff
path: root/apps/plugins/vu_meter.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/vu_meter.c')
-rw-r--r--apps/plugins/vu_meter.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugins/vu_meter.c b/apps/plugins/vu_meter.c
index 1cb37e4161..ba218903e7 100644
--- a/apps/plugins/vu_meter.c
+++ b/apps/plugins/vu_meter.c
@@ -119,7 +119,7 @@ void load_settings(void) {
119#if CONFIG_KEYPAD == RECORDER_PAD 119#if CONFIG_KEYPAD == RECORDER_PAD
120 rb->splash(HZ, true, "Press ON for help"); 120 rb->splash(HZ, true, "Press ON for help");
121#elif CONFIG_KEYPAD == ONDIO_PAD 121#elif CONFIG_KEYPAD == ONDIO_PAD
122 rb->splash(HZ, true, "Press MENU for help"); 122 rb->splash(HZ, true, "Press MODE for help");
123#endif 123#endif
124 } 124 }
125} 125}
@@ -448,7 +448,7 @@ enum plugin_status plugin_start(struct plugin_api* api, void* parameter) {
448#if CONFIG_KEYPAD == RECORDER_PAD 448#if CONFIG_KEYPAD == RECORDER_PAD
449 rb->lcd_puts(0, 1, "F1: Settings"); 449 rb->lcd_puts(0, 1, "F1: Settings");
450#elif CONFIG_KEYPAD == ONDIO_PAD 450#elif CONFIG_KEYPAD == ONDIO_PAD
451 rb->lcd_puts(0, 1, "MENU..: Settings"); 451 rb->lcd_puts(0, 1, "MODE..: Settings");
452#endif 452#endif
453 rb->lcd_puts(0, 2, "UP/DOWN: Volume"); 453 rb->lcd_puts(0, 2, "UP/DOWN: Volume");
454 rb->lcd_update(); 454 rb->lcd_update();