From dd15cb04d0dc0790a34a94aae80cd36f9892912d Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 1 Dec 2003 14:55:11 +0000 Subject: translate a few untranslated strings --- perl-install/standalone/net_monitor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install') diff --git a/perl-install/standalone/net_monitor b/perl-install/standalone/net_monitor index c1687cd50..397ad596b 100755 --- a/perl-install/standalone/net_monitor +++ b/perl-install/standalone/net_monitor @@ -102,7 +102,7 @@ gtkadd($window1->{window}, 1, gtkadd(gtkset_shadow_type(Gtk2::Frame->new(N("Global statistics")), 'etched_out'), gtkpack__(Gtk2::VBox->new(0,0), create_packtable({ col_spacings => 1, row_spacings => 1 }, - [ "", "instantaneous" , "average" ], + [ "", N("instantaneous") , N("average") ], [ N("Sending Speed:"), my $label_st = Gtk2::Label->new(""), my $label_sta = Gtk2::Label->new("na") ], [ N("Receiving Speed:"), my $label_sr = Gtk2::Label->new(""), my $label_sra = Gtk2::Label->new("na") ], ), -- cgit v1.2.1