summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/main.c b/apps/main.c
index 82f1c8fa99..df250843e5 100644
--- a/apps/main.c
+++ b/apps/main.c
@@ -485,7 +485,7 @@ static void init(void)
485 if (button_hold()) 485 if (button_hold())
486#endif 486#endif
487 { 487 {
488 gui_syncsplash(HZ*2, ID2P(LANG_RESET_DONE_CLEAR)); 488 gui_syncsplash(HZ*2, str(LANG_RESET_DONE_CLEAR));
489 settings_reset(); 489 settings_reset();
490 } 490 }
491 else 491 else