diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2004-08-12 06:46:21 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2004-08-12 06:46:21 +0000 |
commit | f4b451ce56ca27f0666738e8ec217dec2f3a267a (patch) | |
tree | b5221e5cddb90603ba0c7398c2dc35caf061ee8d /drakpxelinux.pl | |
parent | e697d714c022e05ad06b023a47ee7d6101f2ea54 (diff) | |
download | drakpxelinux-f4b451ce56ca27f0666738e8ec217dec2f3a267a.tar drakpxelinux-f4b451ce56ca27f0666738e8ec217dec2f3a267a.tar.gz drakpxelinux-f4b451ce56ca27f0666738e8ec217dec2f3a267a.tar.bz2 drakpxelinux-f4b451ce56ca27f0666738e8ec217dec2f3a267a.tar.xz drakpxelinux-f4b451ce56ca27f0666738e8ec217dec2f3a267a.zip |
fix untranslated string
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 a339352..a42447b 100644 --- a/drakpxelinux.pl +++ b/drakpxelinux.pl @@ -963,7 +963,7 @@ sub add_columns { # check if first launch if (! -f "$X86/drakwizard_pxe") { - info_dialog(N("Please configure a PXE server"), N("Its seems this is the first time you run this tool.\n") . ("A wizard will apppear to configure your pxe server.")); + info_dialog(N("Please configure a PXE server"), N("Its seems this is the first time you run this tool.\n") . N("A wizard will apppear to configure your pxe server.")); launch_pxe_server(); } check_pxe_conf(); |