From 7c25ec4685fd03d2288df166b501dc656ed6ba06 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Sat, 4 Oct 2003 00:51:38 +0000 Subject: perl_checker cleanups --- perl-install/standalone/drakconnect | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/perl-install/standalone/drakconnect b/perl-install/standalone/drakconnect index 7ddccaa4e..262c0fb24 100755 --- a/perl-install/standalone/drakconnect +++ b/perl-install/standalone/drakconnect @@ -260,7 +260,7 @@ $window1->{window}->add( !$wizard_pid and do { exec("drakconnect") or POSIX::_exit(1) }; sensitive_buttons(0); } else { - err_dialog(N("Unable to fork: %s", "$!")); + err_dialog(N("Error"), N("Unable to fork: %s", "$!")); } }), ), @@ -669,7 +669,7 @@ Create one first by clicking on 'Configure'"))); $dialog->run; } -sub reread_net_conf { +sub reread_net_conf() { network::netconnect::read_net_conf('', $netcnx, $netc); modules::load_category('net'); @all_cards = network::ethernet::conf_network_card_backend($netc, $intf); -- cgit v1.2.1