summaryrefslogtreecommitdiffstats
path: root/perl-install
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2003-12-01 14:55:11 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2003-12-01 14:55:11 +0000
commitdd15cb04d0dc0790a34a94aae80cd36f9892912d (patch)
treeca2a8b2703a5dd7ff671310026be1d3822b754cc /perl-install
parent449a0ee55dd5574743bce469a463290d3e67ab7f (diff)
downloaddrakx-backup-do-not-use-dd15cb04d0dc0790a34a94aae80cd36f9892912d.tar
drakx-backup-do-not-use-dd15cb04d0dc0790a34a94aae80cd36f9892912d.tar.gz
drakx-backup-do-not-use-dd15cb04d0dc0790a34a94aae80cd36f9892912d.tar.bz2
drakx-backup-do-not-use-dd15cb04d0dc0790a34a94aae80cd36f9892912d.tar.xz
drakx-backup-do-not-use-dd15cb04d0dc0790a34a94aae80cd36f9892912d.zip
translate a few untranslated strings
Diffstat (limited to 'perl-install')
-rwxr-xr-xperl-install/standalone/net_monitor2
1 files changed, 1 insertions, 1 deletions
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") ],
),