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/debug_menu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/debug_menu.c') diff --git a/apps/debug_menu.c b/apps/debug_menu.c index 07640c3937..39dd77f48f 100644 --- a/apps/debug_menu.c +++ b/apps/debug_menu.c @@ -1819,7 +1819,7 @@ static int dircache_callback(int btn, struct gui_synclist *lists) case ACTION_STD_CANCEL: if (*(int *)lists->data > 0 && info.status == DIRCACHE_SCANNING) { - splash(HZ, str(LANG_SCANNING_DISK)); + splash(HZ, ID2P(LANG_SCANNING_DISK)); btn = ACTION_NONE; } break; -- cgit v1.2.3