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 4c9e670..60a251b 100644
--- a/drakpxelinux.pl
+++ b/drakpxelinux.pl
@@ -1011,7 +1011,7 @@ sub add_columns {
# check if first launch
if (! -f "$X86/drakwizard_pxe") {
- info_dialog(N("Please configure a PXE server"), N("It seems this is the first time you run this tool.\nA wizard will apppear to configure your PXE server."));
+ info_dialog(N("Please configure a PXE server"), N("It seems this is the first time you run this tool.\nA wizard will appear to configure your PXE server."));
launch_pxe_server();
}
check_pxe_conf();