From 76a9600c3c374e069f4c22a9e0a5988d0f91b5b9 Mon Sep 17 00:00:00 2001 From: damien Date: Thu, 29 Mar 2001 00:05:54 +0000 Subject: translation --- perl-install/standalone/draknet | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install') diff --git a/perl-install/standalone/draknet b/perl-install/standalone/draknet index 1f6baac65..a0c9a83e2 100755 --- a/perl-install/standalone/draknet +++ b/perl-install/standalone/draknet @@ -207,7 +207,7 @@ $vbox1->pack_start($frame2,1,1,0); my $vbox2 = new Gtk::VBox(0,0); $vbox2->set_border_width(5); $frame2->add($vbox2); -my $clist1 = new_with_titles Gtk::CList(_("Adapter"), _("Interface"), _("IP address"), _("Protocole"), _("Driver")); +my $clist1 = new_with_titles Gtk::CList(_("Adapter"), _("Interface"), _("IP address"), _("Protocol"), _("Driver")); $clist1->set_column_auto_resize($_,1) foreach (0..4); $clist1->column_titles_passive(); $clist1->set_shadow_type('etched_out'); -- cgit v1.2.1