summaryrefslogtreecommitdiff
path: root/apps/onplay.c
diff options
context:
space:
mode:
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