1
0
Fork 0
forked from len0rd/rockbox

english language updated to be a bit more general, we now offer button descriptions on delete for recorder

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3759 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Robert Hak 2003-06-25 08:25:29 +00:00
parent c8fb78fd44
commit b88f2bc9b1
3 changed files with 22 additions and 4 deletions

View file

@ -55,6 +55,12 @@ static bool delete_file(void)
lcd_clear_display();
lcd_puts(0,0,str(LANG_REALLY_DELETE));
lcd_puts_scroll(0,1,selected_file);
#ifdef HAVE_LCD_BITMAP
lcd_puts(0,3,str(LANG_CONFIRM_WITH_PLAY_RECORDER));
lcd_puts(0,4,str(LANG_CANCEL_WITH_ANY_RECORDER));
#endif
lcd_update();
while (!exit) {