From 1a7a80bbb8349b528b8200a2f6d75ff663b2fcb6 Mon Sep 17 00:00:00 2001 From: Christophe Fergeau Date: Wed, 4 Mar 2009 10:13:12 +0000 Subject: Forgot to use new translated strings in the UI --- src/common.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src') 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 -- cgit v1.2.1