summaryrefslogtreecommitdiffstats
path: root/pxe_wizard
diff options
context:
space:
mode:
authorPablo Saratxaga <pablo@mandriva.com>2003-12-17 09:37:24 +0000
committerPablo Saratxaga <pablo@mandriva.com>2003-12-17 09:37:24 +0000
commitb01844e350d177104a2155084a55d394f8882574 (patch)
treee4868b0697c408b08ca3ca88d32b827e2ba66026 /pxe_wizard
parentc82d6cb896eaef925f06c829690309549b100976 (diff)
downloaddrakwizard-b01844e350d177104a2155084a55d394f8882574.tar
drakwizard-b01844e350d177104a2155084a55d394f8882574.tar.gz
drakwizard-b01844e350d177104a2155084a55d394f8882574.tar.bz2
drakwizard-b01844e350d177104a2155084a55d394f8882574.tar.xz
drakwizard-b01844e350d177104a2155084a55d394f8882574.zip
updated pot file
Diffstat (limited to 'pxe_wizard')
-rw-r--r--pxe_wizard/Pxe.pm8
1 files changed, 4 insertions, 4 deletions
diff --git a/pxe_wizard/Pxe.pm b/pxe_wizard/Pxe.pm
index 31579fc6..158d7fe7 100644
--- a/pxe_wizard/Pxe.pm
+++ b/pxe_wizard/Pxe.pm
@@ -87,28 +87,28 @@ $o->{pages} = {
addimg => {
name => N("Add a boot Image") . "\n\n" . N("Where is that boot image ?"),
data => [
- { label => N(""), val => \$o->{var}{} },
+ { label => "", val => \$o->{var}{} },
],
next => 'summaryadd',
},
removeimg => {
name => N("Remove a boot Image") . "\n\n" . N("Which one ?"),
data => [
- { label => N(""), val => \$o->{var}{} },
+ { label => "", val => \$o->{var}{} },
],
next => 'summaryremove',
},
modifyimg => {
name => N("Add Option to boot image") . "\n\n" . N("on Wich image ?"),
data => [
- { label => N(""), val => \$o->{var}{} },
+ { label => "", val => \$o->{var}{} },
],
next => 'summarymodify',
},
pxeserver => {
name => N("Set PXE server") . "\n\n" . N("We will use a special dhcpd.conf"),
data => [
- { label => N(""), val => \$o->{var}{} },
+ { label => "", val => \$o->{var}{} },
],
next => 'summaryserver',
},