summaryrefslogtreecommitdiffstats
path: root/drakpxelinux.pl
diff options
context:
space:
mode:
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',