diff options
author | Christophe Fergeau <cfergeau@mandriva.com> | 2009-03-02 15:12:35 +0000 |
---|---|---|
committer | Christophe Fergeau <cfergeau@mandriva.com> | 2009-03-02 15:12:35 +0000 |
commit | 612158620d4ef09ad6dc78e40d092e0cc6adf1a9 (patch) | |
tree | fc38a12495b9579927ddce5bdf19f3b6c309af0f /src | |
parent | bfe11e057b8ad6f19ef4b8b973d421af15dd2da1 (diff) | |
download | bootloader-theme-612158620d4ef09ad6dc78e40d092e0cc6adf1a9.tar bootloader-theme-612158620d4ef09ad6dc78e40d092e0cc6adf1a9.tar.gz bootloader-theme-612158620d4ef09ad6dc78e40d092e0cc6adf1a9.tar.bz2 bootloader-theme-612158620d4ef09ad6dc78e40d092e0cc6adf1a9.tar.xz bootloader-theme-612158620d4ef09ad6dc78e40d092e0cc6adf1a9.zip |
Make the warning dialog when using a 64bit CD on a 32bit system translatable
Diffstat (limited to 'src')
-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 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 |