From e88ac4ce4a356450fafa7d06d2581ebcf425702c Mon Sep 17 00:00:00 2001 From: Dave Chapman Date: Thu, 11 Oct 2007 23:06:05 +0000 Subject: Cosmetic change - change the "loading ..." splashes to "Loading...", as used everywhere else in Rockbox git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15081 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/mpegplayer/mpeg_settings.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/plugins/mpegplayer/mpeg_settings.c') diff --git a/apps/plugins/mpegplayer/mpeg_settings.c b/apps/plugins/mpegplayer/mpeg_settings.c index 197fa09..776ac6f 100644 --- a/apps/plugins/mpegplayer/mpeg_settings.c +++ b/apps/plugins/mpegplayer/mpeg_settings.c @@ -258,7 +258,7 @@ int get_start_time(int play_time, int in_file) rb->lcd_update(); #ifdef HAVE_LCD_COLOR if (resume_time > 0) - rb->splash(0, "loading ..."); + rb->splash(0, "Loading..."); #endif slider_state = state1; break; -- cgit v1.1