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 | |
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
-rw-r--r-- | po/drakwizard.pot | 6 | ||||
-rw-r--r-- | pxe_wizard/Pxe.pm | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/po/drakwizard.pot b/po/drakwizard.pot index ff8f798b..54ac5791 100644 --- a/po/drakwizard.pot +++ b/po/drakwizard.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-11-05 21:13+0200\n" +"POT-Creation-Date: 2014-06-23 18:36+0300\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -1126,8 +1126,8 @@ msgstr "" #: ../pxe_wizard/Pxe.pm:200 msgid "" "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." +"one on Mageia classical installer DVDs, in the /isolinux/i586/ or /isolinux/" +"x86_64/ directories, or any Mageia mirror." msgstr "" #: ../pxe_wizard/Pxe.pm:204 ../pxe_wizard/Pxe.pm:208 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 => { |