From 9fd10d32c4391fb079bb1daf888fc55ea2ecf727 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 20 Apr 2004 07:57:54 +0000 Subject: (build_notebook) do not assume there's not language that want to translate the "dhcp" string as in other code --- perl-install/standalone/drakconnect | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-install/standalone/drakconnect b/perl-install/standalone/drakconnect index f29e9b16b..3bca72a79 100755 --- a/perl-install/standalone/drakconnect +++ b/perl-install/standalone/drakconnect @@ -356,7 +356,7 @@ sub build_notebook { ); if ($is_ethernet) { my $proto = $gui->{intf}{BOOTPROTO}; - $proto->{protocols} = { static => N("static"), dhcp => 'DHCP' }; + $proto->{protocols} = { static => N("static"), dhcp => N("DHCP") }; $proto->set_popdown_strings(@{$proto->{protocols}}{qw(dhcp static)}); $proto->set_text($proto->{protocols}{$intf->{BOOTPROTO}}); foreach ($gui->{intf}{IPADDR}, $gui->{intf}{NETMASK}, $gui->{netc}{GATEWAY}) { -- cgit v1.2.1