summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sample/hdt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sample/hdt.c b/sample/hdt.c
index 56f5dfd3..7d7e3efc 100644
--- a/sample/hdt.c
+++ b/sample/hdt.c
@@ -1165,7 +1165,7 @@ void compute_aboutmenu(unsigned char *menu) {
menu_count++;
set_menu_pos(SUBMENU_Y,SUBMENU_X);
- printf("MENU: About Syslinux menu\n");
+ printf("MENU: Computing About menu\n");
snprintf(buffer, sizeof buffer, "Product : %s", PRODUCT_NAME);
snprintf(statbuffer, sizeof statbuffer, "Product : %s", PRODUCT_NAME);