summaryrefslogtreecommitdiff
path: root/apps/sound_menu.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/sound_menu.c')
-rw-r--r--apps/sound_menu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/sound_menu.c b/apps/sound_menu.c
index b248ca99a5..52a8d4e6e1 100644
--- a/apps/sound_menu.c
+++ b/apps/sound_menu.c
@@ -659,7 +659,7 @@ bool rectrigger(void)
659 659
660 switch (button) { 660 switch (button) {
661 case TRIG_CANCEL: 661 case TRIG_CANCEL:
662 gui_syncsplash(50, true, str(LANG_RESET_DONE_CANCEL)); 662 gui_syncsplash(50, true, str(LANG_MENU_SETTING_CANCEL));
663 global_settings.rec_start_thres = old_start_thres; 663 global_settings.rec_start_thres = old_start_thres;
664 global_settings.rec_start_duration = old_start_duration; 664 global_settings.rec_start_duration = old_start_duration;
665 global_settings.rec_prerecord_time = old_prerecord_time; 665 global_settings.rec_prerecord_time = old_prerecord_time;