diff options
Diffstat (limited to 'pxe_wizard')
-rw-r--r-- | pxe_wizard/Pxe.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pxe_wizard/Pxe.pm b/pxe_wizard/Pxe.pm index 4066c8cb..007ed6bb 100644 --- a/pxe_wizard/Pxe.pm +++ b/pxe_wizard/Pxe.pm @@ -67,7 +67,7 @@ my %level = ( $o->{pages} = { welcome => { - name => N("PXE wizard") . "\n\n" . N("Set a PXE server.") . "\n\n" . N("This wizard will help you configuring the PXE server. This configuration will provide a pxe services, and ability to add/remove/modify boot images."), + name => N("PXE wizard") . "\n\n" . N("Set a PXE server.") . "\n\n" . N("This wizard will help you configuring the PXE server. This configuration will provide a pxe service, and ability to add/remove/modify boot images."), no_back => 1, pre => sub { $o->{var}{wiz_level} ||= 1; @@ -104,7 +104,7 @@ $o->{pages} = { next => 'summaryremove', }, modifyimg => { - name => N("Add Option to boot image") . "\n\n" . N("on Which image ?"), + name => N("Add Option to boot image") . "\n\n" . N("on which image ?"), data => [ { label => "Wich one ?", val => \$o->{var}{PXENAME} }, ], |