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 8ee169f..fe2b3e7 100644
--- a/drakpxelinux.pl
+++ b/drakpxelinux.pl
@@ -838,7 +838,7 @@ sub pxe_conf {
sub check_pxe_conf {
if (! any { /default_address=$IPSERVER/ } cat_($pxeconf)) {
# pxe.conf doesnt matche system, relaunch wizard_pxe_server
- err_dialog(N("Error!"), N("Your %s doesn't match your actual IP address configuration. Relaunching the PXE wizard server to readjust it.", $pxeconf)) and launch_pxe_server();
+ err_dialog(N("Error!"), N("Your %s doesn't match your actual IP address configuration. Relaunching the PXE server wizard to readjust it.", $pxeconf)) and launch_pxe_server();
}
}