diff options
author | Pablo Saratxaga <pablo@mandriva.com> | 2004-02-13 08:34:32 +0000 |
---|---|---|
committer | Pablo Saratxaga <pablo@mandriva.com> | 2004-02-13 08:34:32 +0000 |
commit | 194798c38538d74022af443562264eaf0e2e5349 (patch) | |
tree | 47a497e143c842093ab3639d2a0e369a44bfb4dc /pxe_wizard | |
parent | d24af4b90fc88410453d16680d3c7bac3f273c10 (diff) | |
download | drakwizard-194798c38538d74022af443562264eaf0e2e5349.tar drakwizard-194798c38538d74022af443562264eaf0e2e5349.tar.gz drakwizard-194798c38538d74022af443562264eaf0e2e5349.tar.bz2 drakwizard-194798c38538d74022af443562264eaf0e2e5349.tar.xz drakwizard-194798c38538d74022af443562264eaf0e2e5349.zip |
updated pot file; fixed typo
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 f64eb9cf..259b2a34 100644 --- a/pxe_wizard/Pxe.pm +++ b/pxe_wizard/Pxe.pm @@ -141,7 +141,7 @@ $o->{pages} = { next => 'summaryadd', }, addimgrdz => { - name => N("Add a boot image") . "\n\n" . N("Path to all.rdz: full path to all.rdz image") . "\n\n" . N("PXE name: name in PXE menu (one wo\rd/number, no space please)"), + name => N("Add a boot image") . "\n\n" . N("Path to all.rdz: full path to all.rdz image") . "\n\n" . N("PXE name: name in PXE menu (one word/number, no space please)"), data => [ { label => "PXE name:", val => \$o->{var}{PXENAME} }, { label => "PXE description:", val => \$o->{var}{DESCR} }, |