summaryrefslogtreecommitdiffstats
path: root/drakpxelinux.pl
diff options
context:
space:
mode:
authorPablo Saratxaga <pablo@mandriva.com>2004-10-01 11:46:40 +0000
committerPablo Saratxaga <pablo@mandriva.com>2004-10-01 11:46:40 +0000
commitb29f0307b08730a7ec187ac9fa83e18843faaf5d (patch)
treea8bb0ba31a15d34b1a4e7b0aab52c6158cf49fa7 /drakpxelinux.pl
parente53c9ac6454d32c6c0f74ee428aca5c210351f63 (diff)
downloaddrakpxelinux-b29f0307b08730a7ec187ac9fa83e18843faaf5d.tar
drakpxelinux-b29f0307b08730a7ec187ac9fa83e18843faaf5d.tar.gz
drakpxelinux-b29f0307b08730a7ec187ac9fa83e18843faaf5d.tar.bz2
drakpxelinux-b29f0307b08730a7ec187ac9fa83e18843faaf5d.tar.xz
drakpxelinux-b29f0307b08730a7ec187ac9fa83e18843faaf5d.zip
fixed typo
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();