mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-16 03:27:39 -04:00
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:
parent
c61e462ae3
commit
e88ac4ce4a
2 changed files with 3 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue