summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2004-08-11 09:05:10 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2004-08-11 09:05:10 +0000
commit0dacb6aaf729e70e8091ee795a584df9c314856b (patch)
treec0501caf625544f038c5bb7bfacf56161c2af02a
parent21b22afeb700bff409e218cd79d2e32252bcffea (diff)
downloaddrakpxelinux-0dacb6aaf729e70e8091ee795a584df9c314856b.tar
drakpxelinux-0dacb6aaf729e70e8091ee795a584df9c314856b.tar.gz
drakpxelinux-0dacb6aaf729e70e8091ee795a584df9c314856b.tar.bz2
drakpxelinux-0dacb6aaf729e70e8091ee795a584df9c314856b.tar.xz
drakpxelinux-0dacb6aaf729e70e8091ee795a584df9c314856b.zip
more typo fixes
-rw-r--r--drakpxelinux.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/drakpxelinux.pl b/drakpxelinux.pl
index 1964a82..9fda41c 100644
--- a/drakpxelinux.pl
+++ b/drakpxelinux.pl
@@ -565,7 +565,7 @@ sub edit_box_item {
),
0, gtkadd(Gtk2::Frame->new(N("Boot image")),
gtkpack_(gtkset_border_width(Gtk2::VBox->new, 3),
- 0, Gtk2::Label->new(N("Path are relative to %s, file out of this directory\ncould not be downloaded via tftp, because tftp server is chrooted",$X86),
+ 0, Gtk2::Label->new(N("Path are relative to %s, file out of this directory\ncould not be downloaded via tftp, because tftp server is chrooted", $X86)),
0, $label_and_widgets->(N("Kernel"), $kernel, $buttonkernel),
0, $label_and_widgets->(N("Initrd"), $initrd, $buttoninitrd),
),