summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/wps.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/wps.c b/apps/wps.c
index 131ae42..506cba7 100644
--- a/apps/wps.c
+++ b/apps/wps.c
@@ -213,7 +213,7 @@ int wps_show(void)
the screen has room. */
if (global_settings.wps_display == PLAY_DISPLAY_FILENAME_SCROLL)
{
- snprintf(buffer,sizeof(buffer), "Time: %d:%02d / %d:%02d",
+ snprintf(buffer,sizeof(buffer), "%d:%02d/%d:%02d",
id3->elapsed / 60000,
id3->elapsed % 60000 / 1000,
id3->length / 60000,