diff options
author | Antoine Ginies <aginies@mandriva.com> | 2005-09-16 13:49:57 +0000 |
---|---|---|
committer | Antoine Ginies <aginies@mandriva.com> | 2005-09-16 13:49:57 +0000 |
commit | de6cbcf0b6020a531e7e2f4363f95c8b1574c6ce (patch) | |
tree | 0f0af1823d689542999e85cb2c879ae9e1781b79 /perl-install/standalone/drakhosts | |
parent | 174aabbfff4a5554bc1c286a2b873f7f2e1169f4 (diff) | |
download | drakx-de6cbcf0b6020a531e7e2f4363f95c8b1574c6ce.tar drakx-de6cbcf0b6020a531e7e2f4363f95c8b1574c6ce.tar.gz drakx-de6cbcf0b6020a531e7e2f4363f95c8b1574c6ce.tar.bz2 drakx-de6cbcf0b6020a531e7e2f4363f95c8b1574c6ce.tar.xz drakx-de6cbcf0b6020a531e7e2f4363f95c8b1574c6ce.zip |
fix drakhosts banner
Diffstat (limited to 'perl-install/standalone/drakhosts')
-rw-r--r-- | perl-install/standalone/drakhosts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/drakhosts b/perl-install/standalone/drakhosts index 2e6948ec7..32c6fd116 100644 --- a/perl-install/standalone/drakhosts +++ b/perl-install/standalone/drakhosts @@ -235,7 +235,7 @@ my $okcancel = create_okcancel({ # main interface $W->add(gtkpack_(Gtk2::VBox->new(0,0), if_(!$::isEmbedded, 0, Gtk2::Banner->new('IC-Dhost-48', N("DrakHOSTS manage hosts definitions"))), - if_($::isEmbedded, 0, Gtk2::Label->new("Here you can add, remove and alter NFS shares.")), + #if_($::isEmbedded, 0, Gtk2::Label->new("Here you can add, remove and alter hosts definition.")), 1, gtkpack_(gtkset_border_width(Gtk2::HBox->new, 0), 1, create_scrolled_window($treeview), 0, gtkpack_(gtkset_border_width(create_vbox('start', 3)), |