diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2009-01-27 17:30:25 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2009-01-27 17:30:25 +0000 |
commit | 0fed9ddcbc36d5db744ee6b6cc181dfbd7a4dcae (patch) | |
tree | 8ef54c616d87f578b86b8839e325d113e793e6ec /src/common.inc | |
parent | f34154d296b845edd3d780f13164de1337dc4fe2 (diff) | |
download | bootloader-theme-0fed9ddcbc36d5db744ee6b6cc181dfbd7a4dcae.tar bootloader-theme-0fed9ddcbc36d5db744ee6b6cc181dfbd7a4dcae.tar.gz bootloader-theme-0fed9ddcbc36d5db744ee6b6cc181dfbd7a4dcae.tar.bz2 bootloader-theme-0fed9ddcbc36d5db744ee6b6cc181dfbd7a4dcae.tar.xz bootloader-theme-0fed9ddcbc36d5db744ee6b6cc181dfbd7a4dcae.zip |
more serious message in case of 32bit (resp 64bit) install on 64bit (resp 32bit)
Diffstat (limited to 'src/common.inc')
-rw-r--r-- | src/common.inc | 4 |
1 files changed, 2 insertions, 2 deletions
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 |