diff options
author | Eugeni Dodonov <eugeni@mandriva.org> | 2009-08-14 15:31:49 +0000 |
---|---|---|
committer | Eugeni Dodonov <eugeni@mandriva.org> | 2009-08-14 15:31:49 +0000 |
commit | bc6fbad93e2cd79cc72591ce2908fd1734d245a2 (patch) | |
tree | eb5b7dc0909047ba60c9e186e82080ddf8508a45 /bin/draknetprofile | |
parent | cc65b8d0cc6c0ced59285cf34f6c3c8f8ef17fdd (diff) | |
download | drakx-net-bc6fbad93e2cd79cc72591ce2908fd1734d245a2.tar drakx-net-bc6fbad93e2cd79cc72591ce2908fd1734d245a2.tar.gz drakx-net-bc6fbad93e2cd79cc72591ce2908fd1734d245a2.tar.bz2 drakx-net-bc6fbad93e2cd79cc72591ce2908fd1734d245a2.tar.xz drakx-net-bc6fbad93e2cd79cc72591ce2908fd1734d245a2.zip |
Updated description.
Diffstat (limited to 'bin/draknetprofile')
-rwxr-xr-x | bin/draknetprofile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/draknetprofile b/bin/draknetprofile index f938698..f9bc2e3 100755 --- a/bin/draknetprofile +++ b/bin/draknetprofile @@ -193,6 +193,7 @@ gtkadd($w->{window}, gtknew('VBox', spacing => 5, children => [ $::isEmbedded ? () : (0, Gtk2::Banner->new('draknetprofile', $title)), 0, gtknew('WrappedLabel', text => N("This tool allows to control network profiles.")), + 0, gtknew('WrappedLabel', text => N("Select the netprofile modules:")), 1, gtknew('ScrolledWindow', width => 300, height => 150, child => $modules_list), 0, gtknew('WrappedLabel', text => N("Select a network profile:")), 1, gtknew('ScrolledWindow', width => 300, height => 150, child => $profiles_list), |