diff options
author | Christophe Fergeau <cfergeau@mandriva.com> | 2009-03-04 10:13:12 +0000 |
---|---|---|
committer | Christophe Fergeau <cfergeau@mandriva.com> | 2009-03-04 10:13:12 +0000 |
commit | 1a7a80bbb8349b528b8200a2f6d75ff663b2fcb6 (patch) | |
tree | 0ee04b7dad71133ec6942179455181f8bf5545b4 /src | |
parent | 80de9c76a85d1f7bee7fa2a62ce623c81e1eab2b (diff) | |
download | bootloader-theme-1a7a80bbb8349b528b8200a2f6d75ff663b2fcb6.tar bootloader-theme-1a7a80bbb8349b528b8200a2f6d75ff663b2fcb6.tar.gz bootloader-theme-1a7a80bbb8349b528b8200a2f6d75ff663b2fcb6.tar.bz2 bootloader-theme-1a7a80bbb8349b528b8200a2f6d75ff663b2fcb6.tar.xz bootloader-theme-1a7a80bbb8349b528b8200a2f6d75ff663b2fcb6.zip |
Forgot to use new translated strings in the UI
Diffstat (limited to 'src')
-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 |