summaryrefslogtreecommitdiffstats
path: root/pxe_wizard
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2004-01-14 17:02:18 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2004-01-14 17:02:18 +0000
commitb9f679820590cc38fc29f6bf853619637f063d37 (patch)
treea422f43382ad5d82b24bb4c9d18991d5eb579729 /pxe_wizard
parent17031b68099abee982c17eeafc9043cca361e3b1 (diff)
downloaddrakwizard-b9f679820590cc38fc29f6bf853619637f063d37.tar
drakwizard-b9f679820590cc38fc29f6bf853619637f063d37.tar.gz
drakwizard-b9f679820590cc38fc29f6bf853619637f063d37.tar.bz2
drakwizard-b9f679820590cc38fc29f6bf853619637f063d37.tar.xz
drakwizard-b9f679820590cc38fc29f6bf853619637f063d37.zip
typo fixes
Diffstat (limited to 'pxe_wizard')
-rw-r--r--pxe_wizard/Pxe.pm4
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} },
],