diff options
-rw-r--r-- | mdk-stage1/modules.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mdk-stage1/modules.c b/mdk-stage1/modules.c index 802f39b18..a699f24f4 100644 --- a/mdk-stage1/modules.c +++ b/mdk-stage1/modules.c @@ -386,7 +386,7 @@ void update_modules(void) char final_name[500]; char floppy_mount_location[] = "/tmp/floppy"; - stg1_info_message("Please insert the Update Modules disk.");; + stg1_info_message("Please insert the Update Modules floppy.");; my_insmod("floppy", ANY_DRIVER_TYPE, NULL); |