From 612158620d4ef09ad6dc78e40d092e0cc6adf1a9 Mon Sep 17 00:00:00 2001 From: Christophe Fergeau Date: Mon, 2 Mar 2009 15:12:35 +0000 Subject: Make the warning dialog when using a 64bit CD on a 32bit system translatable --- src/common.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/common.inc b/src/common.inc index e2bada0..028ddb0 100644 --- a/src/common.inc +++ b/src/common.inc @@ -1260,8 +1260,8 @@ /64bit_popup { window.dialog - dup .title "Wrong architecture" put - dup .text "This is a 32-bit computer. You cannot use 64-bit software on it." put + dup .title txt_wrong_arch put + dup .text txt_64bit_popup put dup .buttons [ button.reboot button.default actReboot actNoClose or button.setaction ] put -- cgit v1.2.1