From b6053c4d543a5d0a8e8c42f6f0c4e225d0760620 Mon Sep 17 00:00:00 2001 From: Solomon Peachy Date: Mon, 13 May 2024 11:57:59 -0400 Subject: voice: Fix a handful of non-voiced splash messages Change-Id: I561c756c542fa24824a881b5632c955a920b8471 --- apps/shortcuts.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/shortcuts.c') diff --git a/apps/shortcuts.c b/apps/shortcuts.c index ad19ec14fc..4833b65c74 100644 --- a/apps/shortcuts.c +++ b/apps/shortcuts.c @@ -608,7 +608,7 @@ int do_shortcut_menu(void *ignored) if (shortcut_count == 0) { - splash(HZ, str(LANG_NO_FILES)); + splash(HZ, ID2P(LANG_NO_FILES)); return GO_TO_PREVIOUS; } push_current_activity(ACTIVITY_SHORTCUTSMENU); -- cgit v1.2.3