summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/drakbackup
diff options
context:
space:
mode:
authorStew Benedict <stewb@mandriva.org>2004-10-29 16:02:49 +0000
committerStew Benedict <stewb@mandriva.org>2004-10-29 16:02:49 +0000
commit5740e8d94be069ef81e2a04a35c6d6a056550feb (patch)
tree81de4b9b39250a5fb73c6c545146bc698df81795 /perl-install/standalone/drakbackup
parent5ee226aa80b32c7c4807a1317decbef6f220f521 (diff)
downloaddrakx-backup-do-not-use-5740e8d94be069ef81e2a04a35c6d6a056550feb.tar
drakx-backup-do-not-use-5740e8d94be069ef81e2a04a35c6d6a056550feb.tar.gz
drakx-backup-do-not-use-5740e8d94be069ef81e2a04a35c6d6a056550feb.tar.bz2
drakx-backup-do-not-use-5740e8d94be069ef81e2a04a35c6d6a056550feb.tar.xz
drakx-backup-do-not-use-5740e8d94be069ef81e2a04a35c6d6a056550feb.zip
Anthill #1134 - advise user about anacron.
Diffstat (limited to 'perl-install/standalone/drakbackup')
-rwxr-xr-xperl-install/standalone/drakbackup5
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),
),
);