From 0fed9ddcbc36d5db744ee6b6cc181dfbd7a4dcae Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 27 Jan 2009 17:30:25 +0000 Subject: more serious message in case of 32bit (resp 64bit) install on 64bit (resp 32bit) --- src/common.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/common.inc') diff --git a/src/common.inc b/src/common.inc index a32d52e..7a7ba6b 100644 --- a/src/common.inc +++ b/src/common.inc @@ -1330,7 +1330,7 @@ /32bit_popup { window.dialog - dup .title "Cool computer, but..." put + dup .title "Warning" put dup .text "You are about to install 32-bit software on a 64-bit computer." put dup .buttons [ button.continue button.default actNothing button.setaction @@ -1349,7 +1349,7 @@ /64bit_popup { window.dialog - dup .title "Cool software, but..." put + dup .title "Wrong architecture" put dup .text "This is a 32-bit computer. You cannot use 64-bit software on it." put dup .buttons [ button.reboot button.default actReboot actNoClose or button.setaction -- cgit v1.2.1