summaryrefslogtreecommitdiff
path: root/apps/settings.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/settings.c')
-rw-r--r--apps/settings.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/settings.c b/apps/settings.c
index 1f29e4d04d..72939e5aac 100644
--- a/apps/settings.c
+++ b/apps/settings.c
@@ -1452,7 +1452,7 @@ bool settings_save_config(void)
1452 break; 1452 break;
1453 } 1453 }
1454 else { 1454 else {
1455 gui_syncsplash(HZ, true, str(LANG_RESET_DONE_CANCEL)); 1455 gui_syncsplash(HZ, true, str(LANG_MENU_SETTING_CANCEL));
1456 return false; 1456 return false;
1457 } 1457 }
1458 } 1458 }