diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2003-11-04 15:48:56 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2003-11-04 15:48:56 +0000 |
commit | b45cc8868229f2e1236beab2110ae975de472bf7 (patch) | |
tree | d8a5701ec9a666ae598e55f4fab39d15cdf0097f /perl-install/standalone | |
parent | 749c9a4da350b6bf1796cf9c263276ce7ce9e252 (diff) | |
download | drakx-b45cc8868229f2e1236beab2110ae975de472bf7.tar drakx-b45cc8868229f2e1236beab2110ae975de472bf7.tar.gz drakx-b45cc8868229f2e1236beab2110ae975de472bf7.tar.bz2 drakx-b45cc8868229f2e1236beab2110ae975de472bf7.tar.xz drakx-b45cc8868229f2e1236beab2110ae975de472bf7.zip |
network statistics really are global ones, not per interface ones.
let not confuse the end user
Diffstat (limited to 'perl-install/standalone')
-rwxr-xr-x | perl-install/standalone/net_monitor | 2 |
1 files changed, 1 insertions, 1 deletions
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" ], |