summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone
diff options
context:
space:
mode:
authorStew Benedict <stewb@mandriva.org>2005-09-17 02:04:22 +0000
committerStew Benedict <stewb@mandriva.org>2005-09-17 02:04:22 +0000
commit0d2063170f462ded0e6402a422b3d9595bd336eb (patch)
treeee4aee913edccdcb9d5f96d2c58b9e6e7b7d89ea /perl-install/standalone
parentef99fcd51ec92247dc02c5e4a731e187be5e84a9 (diff)
downloaddrakx-backup-do-not-use-0d2063170f462ded0e6402a422b3d9595bd336eb.tar
drakx-backup-do-not-use-0d2063170f462ded0e6402a422b3d9595bd336eb.tar.gz
drakx-backup-do-not-use-0d2063170f462ded0e6402a422b3d9595bd336eb.tar.bz2
drakx-backup-do-not-use-0d2063170f462ded0e6402a422b3d9595bd336eb.tar.xz
drakx-backup-do-not-use-0d2063170f462ded0e6402a422b3d9595bd336eb.zip
Remove unclear text (not needed, #18619)
Diffstat (limited to 'perl-install/standalone')
-rwxr-xr-xperl-install/standalone/drakbackup4
1 files changed, 1 insertions, 3 deletions
diff --git a/perl-install/standalone/drakbackup b/perl-install/standalone/drakbackup
index d62950ab2..332694121 100755
--- a/perl-install/standalone/drakbackup
+++ b/perl-install/standalone/drakbackup
@@ -1394,15 +1394,13 @@ sub advanced_what_sys() {
gtkpack($advanced_box,
$box_what_sys = gtkpack_(Gtk2::VBox->new(0, 15),
- 1, N("\nPlease check all options that you need.\n"),
- 1, N("These options can backup and restore all files in your /etc directory.\n"),
+ 1, Gtk2::VBox->new(0, 15),
0, my $check_what_sys = Gtk2::CheckButton->new(N("Backup your System files. (/etc directory)")),
0, my $check_what_versions = Gtk2::CheckButton->new(N("Use Incremental/Differential Backups (do not replace old backups)")),
0, gtkpack__(Gtk2::HBox->new(0,0),
my @mode_buttons = gtkradio((N("Use Incremental Backups")) x 2, N("Use Differential Backups")),
),
0, my $check_what_critical = Gtk2::CheckButton->new(N("Do not include critical files (passwd, group, fstab)")),
- 0, N("With this option you will be able to restore any version\n of your /etc directory."),
1, Gtk2::VBox->new(0, 15),
),
);