From 00f581ab599e51745f764dd480dfb57498ce794d Mon Sep 17 00:00:00 2001 From: Christophe Fergeau Date: Mon, 2 Mar 2009 15:12:40 +0000 Subject: Mark more strings for translation --- src/common.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/common.inc') diff --git a/src/common.inc b/src/common.inc index 028ddb0..3c2b045 100644 --- a/src/common.inc +++ b/src/common.inc @@ -610,7 +610,7 @@ } if syslinux info.type 5 eq and { - dup .title "Driver Update" put + dup .title txt_driver_update2 put info.msg "Insert driver update CD-ROM for\n\"%s\"." info.tmpmsg sprintf /info.msg info.tmpmsg def } if @@ -1241,8 +1241,8 @@ /32bit_popup { window.dialog - dup .title "Warning" put - dup .text "You are about to install 32-bit software on a 64-bit computer." put + dup .title txt_warning put + dup .text txt_32bit_popup put dup .buttons [ button.continue button.default actNothing button.setaction ] put -- cgit v1.2.1