1
0
Fork 0
forked from len0rd/rockbox

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
This commit is contained in:
Dave Chapman 2007-10-11 23:06:05 +00:00
parent c61e462ae3
commit e88ac4ce4a
2 changed files with 3 additions and 3 deletions

View file

@ -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;