diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2004-08-11 09:05:10 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2004-08-11 09:05:10 +0000 |
commit | 0dacb6aaf729e70e8091ee795a584df9c314856b (patch) | |
tree | c0501caf625544f038c5bb7bfacf56161c2af02a /drakpxelinux.pl | |
parent | 21b22afeb700bff409e218cd79d2e32252bcffea (diff) | |
download | drakpxelinux-0dacb6aaf729e70e8091ee795a584df9c314856b.tar drakpxelinux-0dacb6aaf729e70e8091ee795a584df9c314856b.tar.gz drakpxelinux-0dacb6aaf729e70e8091ee795a584df9c314856b.tar.bz2 drakpxelinux-0dacb6aaf729e70e8091ee795a584df9c314856b.tar.xz drakpxelinux-0dacb6aaf729e70e8091ee795a584df9c314856b.zip |
more typo fixes
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 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), ), |