diff options
Diffstat (limited to 'pxe_wizard/Pxe.pm')
-rw-r--r-- | pxe_wizard/Pxe.pm | 8 |
1 files 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"), ); |