From 7b36d30edf52cbb59dd7220f8c8c5d1f5ff98fe8 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Tue, 17 Aug 2004 15:41:19 +0000 Subject: fix titi sux, fix I sux --- perl-install/standalone/net_applet | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/perl-install/standalone/net_applet b/perl-install/standalone/net_applet index 58ef1e7d7..4ebedf3ff 100644 --- a/perl-install/standalone/net_applet +++ b/perl-install/standalone/net_applet @@ -1,7 +1,7 @@ #!/usr/bin/perl use strict; -use lib qw(/home/blino/cvs/gi/perl-install /usr/lib/libDrakX); +use lib qw(/usr/lib/libDrakX); use c; use common; use Digest::MD5; @@ -28,7 +28,7 @@ my %appletstate = ( colour => [ 'connected' ], changes => [ 'disconnected', 'error', 'busy' ], menu => [ 'confNetwork', 'monitorNetwork', 'refresh', 'help' ], - tt => [ N_("Network is up on interface %d") ] + tt => [ N_("Network is up on interface %s") ] }, disconnected => { colour => [ 'disconnected' ], @@ -36,7 +36,7 @@ my %appletstate = ( menu => [ 'confNetwork', 'refresh', 'help' ], tt => [ #-PO: keep the "Configure Network" substring synced with the "Configure Network" message below - N_("Network is down on interface %d. Click on \"Configure Network\"") + N_("Network is down on interface %s. Click on \"Configure Network\"") ] } ); -- cgit v1.2.1