diff options
Diffstat (limited to 'apps/debug_menu.c')
| -rw-r--r-- | apps/debug_menu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/debug_menu.c b/apps/debug_menu.c index 083dddb..081bf2f 100644 --- a/apps/debug_menu.c +++ b/apps/debug_menu.c @@ -2291,7 +2291,7 @@ bool debug_menu(void) #endif #ifdef HAVE_LCD_BITMAP #ifdef HAVE_TAGCACHE - { "View tagcache info", dbg_tagcache_info }, + { "View database info", dbg_tagcache_info }, #endif #if CONFIG_CODEC == SWCODEC || !defined(SIMULATOR) { "View audio thread", dbg_audio_thread }, |