summaryrefslogtreecommitdiff
path: root/apps/onplay.c
diff options
context:
space:
mode:
authorSolomon Peachy <pizza@shaftnet.org>2024-05-13 11:57:59 -0400
committerSolomon Peachy <pizza@shaftnet.org>2024-05-13 12:02:17 -0400
commitb6053c4d543a5d0a8e8c42f6f0c4e225d0760620 (patch)
tree464be340e674d465e52d78b4d6e781425d281f2c /apps/onplay.c
parent0bfc5d8d9931bfd10a8da3f7f74844af837c6fbd (diff)
downloadrockbox-b6053c4d543a5d0a8e8c42f6f0c4e225d0760620.tar.gz
rockbox-b6053c4d543a5d0a8e8c42f6f0c4e225d0760620.zip
voice: Fix a handful of non-voiced splash messages
Change-Id: I561c756c542fa24824a881b5632c955a920b8471
Diffstat (limited to 'apps/onplay.c')
-rw-r--r--apps/onplay.c3
1 files changed, 1 insertions, 2 deletions
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)
739 } 739 }
740 740
741 clear_display(true); 741 clear_display(true);
742 splash(HZ/2, str(LANG_DELETING)); 742 splash(HZ/2, ID2P(LANG_DELETING));
743 743
744 int rc = -1; 744 int rc = -1;
745 745
@@ -1826,4 +1826,3 @@ int get_onplay_context(void)
1826{ 1826{
1827 return context; 1827 return context;
1828} 1828}
1829