diff options
Diffstat (limited to 'perl-install')
-rwxr-xr-x | perl-install/standalone/drakroam | 10 |
1 files changed, 5 insertions, 5 deletions
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); |