summaryrefslogtreecommitdiffstats
path: root/pxe_wizard
diff options
context:
space:
mode:
authorAntoine Ginies <aginies@mandriva.com>2004-01-20 11:36:18 +0000
committerAntoine Ginies <aginies@mandriva.com>2004-01-20 11:36:18 +0000
commit3d27094fdfb4a2606a6044642827968286600db9 (patch)
tree9a844f5682f78c01238fbf3d7330505ab975f5c4 /pxe_wizard
parent846d5f10c3a8114639233924dc64d1f7a0f55c45 (diff)
downloaddrakwizard-3d27094fdfb4a2606a6044642827968286600db9.tar
drakwizard-3d27094fdfb4a2606a6044642827968286600db9.tar.gz
drakwizard-3d27094fdfb4a2606a6044642827968286600db9.tar.bz2
drakwizard-3d27094fdfb4a2606a6044642827968286600db9.tar.xz
drakwizard-3d27094fdfb4a2606a6044642827968286600db9.zip
fix duplicate string
Diffstat (limited to 'pxe_wizard')
-rw-r--r--pxe_wizard/Pxe.pm8
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"),
);