From b9f679820590cc38fc29f6bf853619637f063d37 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 14 Jan 2004 17:02:18 +0000 Subject: typo fixes --- pxe_wizard/Pxe.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pxe_wizard') 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} }, ], -- cgit v1.2.1