summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/gui/option_select.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/gui/option_select.c b/apps/gui/option_select.c
index 6777aeb769..2fd36ff0dc 100644
--- a/apps/gui/option_select.c
+++ b/apps/gui/option_select.c
@@ -436,7 +436,7 @@ bool option_screen(struct settings_list *setting,
436 } 436 }
437 } 437 }
438 if (show_cancel) 438 if (show_cancel)
439 gui_syncsplash(HZ/2, str(LANG_CANCEL)); 439 gui_syncsplash(HZ/2, ID2P(LANG_CANCEL));
440 done = true; 440 done = true;
441 } 441 }
442 else if (action == ACTION_STD_OK) 442 else if (action == ACTION_STD_OK)