diff options
author | Pablo Saratxaga <pablo@mandriva.com> | 2004-10-01 11:46:40 +0000 |
---|---|---|
committer | Pablo Saratxaga <pablo@mandriva.com> | 2004-10-01 11:46:40 +0000 |
commit | b29f0307b08730a7ec187ac9fa83e18843faaf5d (patch) | |
tree | a8bb0ba31a15d34b1a4e7b0aab52c6158cf49fa7 /drakpxelinux.pl | |
parent | e53c9ac6454d32c6c0f74ee428aca5c210351f63 (diff) | |
download | drakpxelinux-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.pl | 2 |
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(); |