From 3c2d0b1ddf0e82911aceb0a1bd3c3e31c2ad8eb0 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 9 Aug 2004 00:57:47 +0000 Subject: (setState) fix status toolip --- perl-install/standalone/net_applet | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'perl-install/standalone/net_applet') diff --git a/perl-install/standalone/net_applet b/perl-install/standalone/net_applet index a49c75941..173aa8e1c 100644 --- a/perl-install/standalone/net_applet +++ b/perl-install/standalone/net_applet @@ -34,7 +34,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. Click on \"Configure Network\"") + N_("Network is down. Click on \"Configure Network\"") ] } ); @@ -134,7 +134,7 @@ sub setState { my $arr = $appletstate{$state_type}{menu}; my $tmp = gtkcreate_pixbuf($appletstate{$state_type}{colour}[0]); $img->set_from_pixbuf($tmp); - gtkset_tip(new Gtk2::Tooltips, $eventbox, formatAlaTeX(translate($appletstate{$state_type}{tt}[0], $interface))); + gtkset_tip(new Gtk2::Tooltips, $eventbox, formatAlaTeX(common::sprintf_fixutf8(translate($appletstate{$state_type}{tt}[0]), $interface))); my $menu = Gtk2::Menu->new; foreach (@$arr) { $menu->append(gtksignal_connect(gtkshow(Gtk2::MenuItem->new_with_label($actions{$_}{name})), activate => $actions{$_}{launch})); -- cgit v1.2.1