From 3d27094fdfb4a2606a6044642827968286600db9 Mon Sep 17 00:00:00 2001 From: Antoine Ginies Date: Tue, 20 Jan 2004 11:36:18 +0000 Subject: fix duplicate string --- pxe_wizard/Pxe.pm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pxe_wizard/Pxe.pm b/pxe_wizard/Pxe.pm index 5d50db84..25c0ef2b 100644 --- a/pxe_wizard/Pxe.pm +++ b/pxe_wizard/Pxe.pm @@ -64,10 +64,10 @@ my $o = { }; my %level = ( - 1 => N("PXE - Set PXE server"), - 2 => N("add - Add boot image in PXE"), - 3 => N("remove - remove boot image in PXE"), - 4 => N("Modify - Modify boot image in PXE"), + 1 => N("Set PXE server"), + 2 => N("Add boot image in PXE"), + 3 => N("Remove boot image in PXE"), + 4 => N("Modify boot image in PXE"), ); -- cgit v1.2.1