summaryrefslogtreecommitdiff
path: root/apps/menus/recording_menu.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/menus/recording_menu.c')
-rw-r--r--apps/menus/recording_menu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/menus/recording_menu.c b/apps/menus/recording_menu.c
index 6173c15501..76763b101d 100644
--- a/apps/menus/recording_menu.c
+++ b/apps/menus/recording_menu.c
@@ -638,7 +638,7 @@ bool rectrigger(void)
638 638
639 switch (button) { 639 switch (button) {
640 case ACTION_STD_CANCEL: 640 case ACTION_STD_CANCEL:
641 gui_syncsplash(50, true, str(LANG_MENU_SETTING_CANCEL)); 641 gui_syncsplash(50, str(LANG_MENU_SETTING_CANCEL));
642 global_settings.rec_start_thres = old_start_thres; 642 global_settings.rec_start_thres = old_start_thres;
643 global_settings.rec_start_duration = old_start_duration; 643 global_settings.rec_start_duration = old_start_duration;
644 global_settings.rec_prerecord_time = old_prerecord_time; 644 global_settings.rec_prerecord_time = old_prerecord_time;