summaryrefslogtreecommitdiffstats
path: root/drakpxelinux.pl
diff options
context:
space:
mode:
authorAntoine Ginies <aginies@mandriva.com>2004-08-30 02:33:37 +0000
committerAntoine Ginies <aginies@mandriva.com>2004-08-30 02:33:37 +0000
commit690590e83c42c279ebe9f5300245685c6303fca3 (patch)
tree6815e782cc649368aed1660fe25bd23b2b1c582a /drakpxelinux.pl
parent5708a28ce13f30cf34875778c66ee6244f35fde6 (diff)
downloaddrakpxelinux-690590e83c42c279ebe9f5300245685c6303fca3.tar
drakpxelinux-690590e83c42c279ebe9f5300245685c6303fca3.tar.gz
drakpxelinux-690590e83c42c279ebe9f5300245685c6303fca3.tar.bz2
drakpxelinux-690590e83c42c279ebe9f5300245685c6303fca3.tar.xz
drakpxelinux-690590e83c42c279ebe9f5300245685c6303fca3.zip
weird string (Funda Wang)
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();
}
}