diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2004-01-17 21:25:05 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2004-01-17 21:25:05 +0000 |
commit | 56c791b8000488bddc35c7bccd6f0224389c82a2 (patch) | |
tree | 1dbcbc231e383d7cca91ea0a67ca4b8124191107 | |
parent | 54623c692194088b75bd75d93b38a5257eb0a5a9 (diff) | |
download | drakwizard-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
-rw-r--r-- | pxe_wizard/Pxe.pm | 4 |
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', }, |