diff options
author | Yuri Chornoivan <yurchor@ukr.net> | 2014-06-23 18:38:11 +0300 |
---|---|---|
committer | Yuri Chornoivan <yurchor@ukr.net> | 2014-06-23 18:38:11 +0300 |
commit | c1617eb0ec23572261989fc4e3f5fe5797f0a003 (patch) | |
tree | 9c7d0c704ec9878db9915ea0cf603a37aecce4ae /pxe_wizard | |
parent | 49c3a14d663746323e3578f704ab8f57439eb456 (diff) | |
download | drakwizard-c1617eb0ec23572261989fc4e3f5fe5797f0a003.tar drakwizard-c1617eb0ec23572261989fc4e3f5fe5797f0a003.tar.gz drakwizard-c1617eb0ec23572261989fc4e3f5fe5797f0a003.tar.bz2 drakwizard-c1617eb0ec23572261989fc4e3f5fe5797f0a003.tar.xz drakwizard-c1617eb0ec23572261989fc4e3f5fe5797f0a003.zip |
Fix description according to Claire Robinson comment
Diffstat (limited to 'pxe_wizard')
-rw-r--r-- | pxe_wizard/Pxe.pm | 2 |
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 => { |