summaryrefslogtreecommitdiff
path: root/apps/playlist.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/playlist.c')
-rw-r--r--apps/playlist.c17
1 files changed, 3 insertions, 14 deletions
diff --git a/apps/playlist.c b/apps/playlist.c
index 39d7cc1e3d..caf5856ae8 100644
--- a/apps/playlist.c
+++ b/apps/playlist.c
@@ -484,7 +484,7 @@ static int add_indices_to_playlist(struct playlist_info* playlist,
484 lcd_setmargins(0, 0); 484 lcd_setmargins(0, 0);
485#endif 485#endif
486 486
487 gui_syncsplash(0, str(LANG_PLAYLIST_LOAD)); 487 gui_syncsplash(0, str(LANG_WAIT));
488 488
489 if (!buffer) 489 if (!buffer)
490 { 490 {
@@ -1668,13 +1668,7 @@ static void display_playlist_count(int count, const unsigned char *fmt)
1668 lcd_setmargins(0, 0); 1668 lcd_setmargins(0, 0);
1669#endif 1669#endif
1670 1670
1671 gui_syncsplash(0, fmt, count, 1671 gui_syncsplash(0, fmt, count, str(LANG_OFF_ABORT));
1672#if CONFIG_KEYPAD == PLAYER_PAD
1673 str(LANG_STOP_ABORT)
1674#else
1675 str(LANG_OFF_ABORT)
1676#endif
1677 );
1678} 1672}
1679 1673
1680/* 1674/*
@@ -1997,12 +1991,7 @@ int playlist_resume(void)
1997 { 1991 {
1998 gui_syncsplash(0, str(LANG_LOADING_PERCENT), 1992 gui_syncsplash(0, str(LANG_LOADING_PERCENT),
1999 (total_read+count)*100/control_file_size, 1993 (total_read+count)*100/control_file_size,
2000#if CONFIG_KEYPAD == PLAYER_PAD 1994 str(LANG_OFF_ABORT));
2001 str(LANG_STOP_ABORT)
2002#else
2003 str(LANG_OFF_ABORT)
2004#endif
2005 );
2006 if (action_userabort(TIMEOUT_NOBLOCK)) 1995 if (action_userabort(TIMEOUT_NOBLOCK))
2007 { 1996 {
2008 /* FIXME: 1997 /* FIXME: