From 56c791b8000488bddc35c7bccd6f0224389c82a2 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Sat, 17 Jan 2004 21:25:05 +0000 Subject: (remve a boot image step) - fix repeated string - reprahse --- pxe_wizard/Pxe.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pxe_wizard') 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', }, -- cgit v1.2.1