summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/debug_menu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/debug_menu.c b/apps/debug_menu.c
index edbc2c3300..9bbbfaec99 100644
--- a/apps/debug_menu.c
+++ b/apps/debug_menu.c
@@ -1430,7 +1430,7 @@ static int disk_callback(int btn, struct gui_synclist *lists)
1430#endif /* HAVE_ATA_DMA */ 1430#endif /* HAVE_ATA_DMA */
1431 i = identify_info[0] & (1 << 15); 1431 i = identify_info[0] & (1 << 15);
1432 simplelist_addline( 1432 simplelist_addline(
1433 "ATA device: %s", i ? "yes" : "no"); 1433 "CF compatible: %s", i ? "yes" : "no");
1434 i = identify_info[0] & (1 << 6); 1434 i = identify_info[0] & (1 << 6);
1435 simplelist_addline( 1435 simplelist_addline(
1436 "Fixed device: %s", i ? "yes" : "no"); 1436 "Fixed device: %s", i ? "yes" : "no");