From b45cc8868229f2e1236beab2110ae975de472bf7 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 4 Nov 2003 15:48:56 +0000 Subject: network statistics really are global ones, not per interface ones. let not confuse the end user --- perl-install/standalone/net_monitor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/standalone') diff --git a/perl-install/standalone/net_monitor b/perl-install/standalone/net_monitor index 98821ff84..979f59132 100755 --- a/perl-install/standalone/net_monitor +++ b/perl-install/standalone/net_monitor @@ -99,7 +99,7 @@ gtkadd($window1->{window}, N("Profile "), $combo1) ) ), - 1, gtkadd(gtkset_shadow_type(Gtk2::Frame->new(N("Statistics")), 'etched_out'), + 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" ], -- cgit v1.2.1