diff options
-rw-r--r-- | src/common.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/common.inc b/src/common.inc index 3c2b045..0bd1208 100644 --- a/src/common.inc +++ b/src/common.inc @@ -611,13 +611,13 @@ syslinux info.type 5 eq and { dup .title txt_driver_update2 put - info.msg "Insert driver update CD-ROM for\n\"%s\"." info.tmpmsg sprintf + info.msg txt_insert_driver_cd info.tmpmsg sprintf /info.msg info.tmpmsg def } if syslinux info.type 6 eq and { - dup .title "Driver Update" put - /info.msg "Put the Mandriva Linux CD-ROM back into the drive." def + dup .title txt_driver_update2 put + /info.msg txt_insert_mandriva_cd def } if dup .text info.msg put |