diff options
Diffstat (limited to 'pxe_wizard')
-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 2012ef1d..1381b702 100644 --- a/pxe_wizard/Pxe.pm +++ b/pxe_wizard/Pxe.pm @@ -83,10 +83,10 @@ my $o = { my %level = ( 1 => N("Set PXE server"), - 2 => N("Add boot (Mandrake release < 9.2"), + 2 => N("Add boot image (Mandrake release < 9.2)"), 3 => N("Remove boot image in PXE"), 4 => N("Modify boot image in PXE"), - 5 => N("Add all.rdz (Mandrake release > 10.0)"), + 5 => N("Add all.rdz image (Mandrake release > 10.0)"), ); |