summaryrefslogtreecommitdiff
path: root/apps/tree.c
diff options
context:
space:
mode:
authorRobert Hak <adiamas@rockbox.org>2003-06-25 08:25:29 +0000
committerRobert Hak <adiamas@rockbox.org>2003-06-25 08:25:29 +0000
commitb88f2bc9b11ed54aae6bfb1affadf28e435ab736 (patch)
treecf43ce55934af4200c190d5069f7f0cf166aee23 /apps/tree.c
parentc8fb78fd446be6c38a32ac9e87af48ab7f8cb300 (diff)
downloadrockbox-b88f2bc9b11ed54aae6bfb1affadf28e435ab736.tar.gz
rockbox-b88f2bc9b11ed54aae6bfb1affadf28e435ab736.zip
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
Diffstat (limited to 'apps/tree.c')
-rw-r--r--apps/tree.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/tree.c b/apps/tree.c
index bc9ae7b883..9935d8263d 100644
--- a/apps/tree.c
+++ b/apps/tree.c
@@ -524,8 +524,8 @@ bool ask_resume(void)
524 status_draw(false); 524 status_draw(false);
525 lcd_puts(0,1,str(LANG_RESUME_CONFIRM_PLAYER)); 525 lcd_puts(0,1,str(LANG_RESUME_CONFIRM_PLAYER));
526#else 526#else
527 lcd_puts(0,1,str(LANG_RESUME_CONFIRM_RECORDER)); 527 lcd_puts(0,1,str(LANG_CONFIRM_WITH_PLAY_RECORDER));
528 lcd_puts(0,2,str(LANG_RESUME_CANCEL_RECORDER)); 528 lcd_puts(0,2,str(LANG_CANCEL_WITH_ANY_RECORDER));
529#endif 529#endif
530 lcd_update(); 530 lcd_update();
531 531