From 0d2063170f462ded0e6402a422b3d9595bd336eb Mon Sep 17 00:00:00 2001 From: Stew Benedict Date: Sat, 17 Sep 2005 02:04:22 +0000 Subject: Remove unclear text (not needed, #18619) --- perl-install/standalone/drakbackup | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'perl-install/standalone') 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), ), ); -- cgit v1.2.1