summaryrefslogtreecommitdiffstats
path: root/apps/bookmark.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/bookmark.c')
-rw-r--r--apps/bookmark.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/apps/bookmark.c b/apps/bookmark.c
index 8980e4fc26..ce82f77742 100644
--- a/apps/bookmark.c
+++ b/apps/bookmark.c
@@ -207,9 +207,7 @@ bool bookmark_autobookmark(void)
return write_bookmark(false);
}
#ifdef HAVE_LCD_BITMAP
- unsigned char *lines[]={str(LANG_AUTO_BOOKMARK_QUERY),
- str(LANG_CONFIRM_WITH_PLAY_RECORDER),
- str(LANG_CANCEL_WITH_ANY_RECORDER)};
+ unsigned char *lines[]={str(LANG_AUTO_BOOKMARK_QUERY);
struct text_message message={(char **)lines, 3};
#else
unsigned char *lines[]={str(LANG_AUTO_BOOKMARK_QUERY),