summaryrefslogtreecommitdiffstats
path: root/pxe_wizard
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2004-01-05 12:30:16 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2004-01-05 12:30:16 +0000
commita12924c7054cb1ea90e5809561bb75c684aca3f8 (patch)
treea7afb243d5440b6c68b3e292bada119f24102ffa /pxe_wizard
parent8540224c5a7ea12c994346847016d582a9576419 (diff)
downloaddrakwizard-a12924c7054cb1ea90e5809561bb75c684aca3f8.tar
drakwizard-a12924c7054cb1ea90e5809561bb75c684aca3f8.tar.gz
drakwizard-a12924c7054cb1ea90e5809561bb75c684aca3f8.tar.bz2
drakwizard-a12924c7054cb1ea90e5809561bb75c684aca3f8.tar.xz
drakwizard-a12924c7054cb1ea90e5809561bb75c684aca3f8.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 8bc77277..b06a8c8d 100644
--- a/pxe_wizard/Pxe.pm
+++ b/pxe_wizard/Pxe.pm
@@ -79,7 +79,7 @@ $o->{pages} = {
return 'modifyimg' }
},
data => [
- { label => N("Wich operation:"), val => \$o->{var}{wiz_level}, list => [ keys %level ], format => sub { $level{$_[0]} } },
+ { label => N("Which operation:"), val => \$o->{var}{wiz_level}, list => [ keys %level ], format => sub { $level{$_[0]} } },
],
no_back => 1,
next => 'pxeserver',
@@ -99,7 +99,7 @@ $o->{pages} = {
next => 'summaryremove',
},
modifyimg => {
- name => N("Add Option to boot image") . "\n\n" . N("on Wich image ?"),
+ name => N("Add Option to boot image") . "\n\n" . N("on Which image ?"),
data => [
{ label => "", val => \$o->{var}{dummy} },
],