diff options
author | Stew Benedict <stewb@mandriva.org> | 2004-10-29 16:02:49 +0000 |
---|---|---|
committer | Stew Benedict <stewb@mandriva.org> | 2004-10-29 16:02:49 +0000 |
commit | 5740e8d94be069ef81e2a04a35c6d6a056550feb (patch) | |
tree | 81de4b9b39250a5fb73c6c545146bc698df81795 /perl-install/standalone/drakbackup | |
parent | 5ee226aa80b32c7c4807a1317decbef6f220f521 (diff) | |
download | drakx-5740e8d94be069ef81e2a04a35c6d6a056550feb.tar drakx-5740e8d94be069ef81e2a04a35c6d6a056550feb.tar.gz drakx-5740e8d94be069ef81e2a04a35c6d6a056550feb.tar.bz2 drakx-5740e8d94be069ef81e2a04a35c6d6a056550feb.tar.xz drakx-5740e8d94be069ef81e2a04a35c6d6a056550feb.zip |
Anthill #1134 - advise user about anacron.
Diffstat (limited to 'perl-install/standalone/drakbackup')
-rwxr-xr-x | perl-install/standalone/drakbackup | 5 |
1 files changed, 2 insertions, 3 deletions
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), ), ); |