summaryrefslogtreecommitdiffstats
path: root/pxe_wizard
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2004-01-17 21:25:05 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2004-01-17 21:25:05 +0000
commit56c791b8000488bddc35c7bccd6f0224389c82a2 (patch)
tree1dbcbc231e383d7cca91ea0a67ca4b8124191107 /pxe_wizard
parent54623c692194088b75bd75d93b38a5257eb0a5a9 (diff)
downloaddrakwizard-56c791b8000488bddc35c7bccd6f0224389c82a2.tar
drakwizard-56c791b8000488bddc35c7bccd6f0224389c82a2.tar.gz
drakwizard-56c791b8000488bddc35c7bccd6f0224389c82a2.tar.bz2
drakwizard-56c791b8000488bddc35c7bccd6f0224389c82a2.tar.xz
drakwizard-56c791b8000488bddc35c7bccd6f0224389c82a2.zip
(remve a boot image step)
- fix repeated string - reprahse
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 79c2fb63..79c8e927 100644
--- a/pxe_wizard/Pxe.pm
+++ b/pxe_wizard/Pxe.pm
@@ -129,9 +129,9 @@ $o->{pages} = {
next => 'summaryadd',
},
removeimg => {
- name => N("Remove a boot Image") . "\n\n" . N("Which one ?"),
+ name => N("Remove a boot Image")
data => [
- { label => N("Which one:"), val => \$o->{var}{IMGTOREMOVE}, fixed_list => \@list_menu },
+ { label => N("Boot image to remove:"), val => \$o->{var}{IMGTOREMOVE}, fixed_list => \@list_menu },
],
next => 'summaryremove',
},