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, } } if (show_cancel) - gui_syncsplash(HZ/2, str(LANG_CANCEL)); + gui_syncsplash(HZ/2, ID2P(LANG_CANCEL)); done = true; } else if (action == ACTION_STD_OK)