From e9273c1fe56a9e83207020780e5dcf7750715166 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 29 Mar 2005 08:57:07 +0000 Subject: translate columns' headers --- perl-install/standalone/drakroam | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'perl-install/standalone/drakroam') diff --git a/perl-install/standalone/drakroam b/perl-install/standalone/drakroam index 0a4cccab7..494fedf40 100755 --- a/perl-install/standalone/drakroam +++ b/perl-install/standalone/drakroam @@ -134,11 +134,11 @@ $ScanEntry->set_width_chars(4); $ScanEntry->set_text($ScanInterval); $KnownList = Gtk2::SimpleList->new( - "ESSID" => "text", - "Mode" => "text", - "Channel" => "text", - "DHCP" => "bool", - "Key" => "text" + N("ESSID") => "text", + N("Mode") => "text", + N("Channel") => "text", + N("DHCP") => "bool", + N("Key") => "text" ); $KnownList->get_selection->set_mode('single'); $KnownList->set_reorderable(1); -- cgit v1.2.1