summaryrefslogtreecommitdiffstats
path: root/drakpxelinux.pl
diff options
context:
space:
mode:
authorAntoine Ginies <aginies@mandriva.com>2004-08-23 04:15:46 +0000
committerAntoine Ginies <aginies@mandriva.com>2004-08-23 04:15:46 +0000
commit9d3c642f61004e0eb3cc2192b663630dcf6b96d3 (patch)
tree05f81a472ddd16cef9131e90cae1a4c1aeba8042 /drakpxelinux.pl
parent08200f317b2775b84d8b04f6c2a172da4c73bfbf (diff)
downloaddrakpxelinux-9d3c642f61004e0eb3cc2192b663630dcf6b96d3.tar
drakpxelinux-9d3c642f61004e0eb3cc2192b663630dcf6b96d3.tar.gz
drakpxelinux-9d3c642f61004e0eb3cc2192b663630dcf6b96d3.tar.bz2
drakpxelinux-9d3c642f61004e0eb3cc2192b663630dcf6b96d3.tar.xz
drakpxelinux-9d3c642f61004e0eb3cc2192b663630dcf6b96d3.zip
late to correct but in holidays (thx dvalin)
Diffstat (limited to 'drakpxelinux.pl')
-rw-r--r--drakpxelinux.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/drakpxelinux.pl b/drakpxelinux.pl
index 399d78f..6201092 100644
--- a/drakpxelinux.pl
+++ b/drakpxelinux.pl
@@ -355,7 +355,7 @@ sub wizard_add_entry {
err_dialog(N("Error!"), N("Found a similar entry in PXE list labeled: %s.\nChoose another label please", $WPXENAME)) and return 'addimg';
}
if (($WPXENAME) !~ /^\w+$/) {
- err_dialog(N("Error!"), N("PXE label should be an ASCII name/number without space. Please adjust")) and return 'addimg';
+ err_dialog(N("Error!"), N("PXE label should be an ASCII word/number without space. Please adjust")) and return 'addimg';
}
},
next => 'endadd',