diff options
author | Stew Benedict <stewb@mandriva.org> | 2005-09-17 02:04:22 +0000 |
---|---|---|
committer | Stew Benedict <stewb@mandriva.org> | 2005-09-17 02:04:22 +0000 |
commit | 0d2063170f462ded0e6402a422b3d9595bd336eb (patch) | |
tree | ee4aee913edccdcb9d5f96d2c58b9e6e7b7d89ea /perl-install/standalone | |
parent | ef99fcd51ec92247dc02c5e4a731e187be5e84a9 (diff) | |
download | drakx-0d2063170f462ded0e6402a422b3d9595bd336eb.tar drakx-0d2063170f462ded0e6402a422b3d9595bd336eb.tar.gz drakx-0d2063170f462ded0e6402a422b3d9595bd336eb.tar.bz2 drakx-0d2063170f462ded0e6402a422b3d9595bd336eb.tar.xz drakx-0d2063170f462ded0e6402a422b3d9595bd336eb.zip |
Remove unclear text (not needed, #18619)
Diffstat (limited to 'perl-install/standalone')
-rwxr-xr-x | perl-install/standalone/drakbackup | 4 |
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), ), ); |