From 5740e8d94be069ef81e2a04a35c6d6a056550feb Mon Sep 17 00:00:00 2001 From: Stew Benedict Date: Fri, 29 Oct 2004 16:02:49 +0000 Subject: Anthill #1134 - advise user about anacron. --- perl-install/standalone/drakbackup | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'perl-install/standalone/drakbackup') diff --git a/perl-install/standalone/drakbackup b/perl-install/standalone/drakbackup index 01dc959e7..66dd80e82 100755 --- a/perl-install/standalone/drakbackup +++ b/perl-install/standalone/drakbackup @@ -2107,7 +2107,6 @@ sub advanced_when() { 0, my $check_when_daemon = Gtk2::CheckButton->new(N("Use daemon")), 1, Gtk2::HBox->new(0,10), ), - 0, Gtk2::HSeparator->new, 0, gtkpack_(Gtk2::HBox->new(0,10), 0, gtkset_sensitive(Gtk2::Label->new(N("Please choose the time interval between each backup")), $backup_daemon), 1, Gtk2::HBox->new(0,10), @@ -2148,8 +2147,8 @@ sub advanced_when() { 0, gtkset_sensitive($entry_media_type, $backup_daemon), ), ), - 0, Gtk2::HSeparator->new, - 0, gtkset_sensitive(Gtk2::Label->new(N("Please be sure that the cron daemon is included in your services.")), $backup_daemon), + 0, gtkset_sensitive(Gtk2::Label->new(N("Please be sure that the cron daemon is included in your services.")), $backup_daemon), + 0, gtkset_sensitive(Gtk2::Label->new(N("If your machine isn't on all the time, you might want to install anacron.")), $backup_daemon), 0, gtkset_sensitive(Gtk2::Label->new(N("Note that currently all 'net' media also use the hard drive.")), $backup_daemon), ), ); -- cgit v1.2.1