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/onplay.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'apps/onplay.c') diff --git a/apps/onplay.c b/apps/onplay.c index 0b5dc2fe27..71f902900d 100644 --- a/apps/onplay.c +++ b/apps/onplay.c @@ -739,7 +739,7 @@ static int delete_file_dir(void) } clear_display(true); - splash(HZ/2, str(LANG_DELETING)); + splash(HZ/2, ID2P(LANG_DELETING)); int rc = -1; @@ -1826,4 +1826,3 @@ int get_onplay_context(void) { return context; } - -- cgit v1.2.3