summaryrefslogtreecommitdiffstats
path: root/pxe_wizard/Pxe.pm
diff options
context:
space:
mode:
Diffstat (limited to 'pxe_wizard/Pxe.pm')
-rw-r--r--pxe_wizard/Pxe.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/pxe_wizard/Pxe.pm b/pxe_wizard/Pxe.pm
index 4012d698..3f3a0e10 100644
--- a/pxe_wizard/Pxe.pm
+++ b/pxe_wizard/Pxe.pm
@@ -197,7 +197,7 @@ $o->{pages} = {
post => sub { $o->{var}{wiz_level} = 4 },
},
error_imgrdz => {
- name => N("Please provide an all.rdz image, which contains all drivers. You can find one on the first CD of the Mageia distribution, in the /isolinux/alt0/ directory."),
+ name => N("Please provide an all.rdz image, which contains all drivers. You can find one on Mageia classical installer DVDs, in the /isolinux/i586/ or /isolinux/x86_64/ directories, or any Mageia mirror."),
next => 'addimgrdz',
},
error_path_img => {